nixcfg/cluster/staging/app/plume/secrets.toml

11 lines
158 B
TOML
Raw Normal View History

2023-05-12 16:38:48 +00:00
[service_user."plume"]
password_secret = "plume/pgsql_pw"
[secrets."plume/secret_key"]
type = 'command'
rotate = true
command = 'openssl rand -base64 32'