10 lines
158 B
TOML
10 lines
158 B
TOML
[service_user."plume"]
|
|
password_secret = "plume/pgsql_pw"
|
|
|
|
|
|
[secrets."plume/secret_key"]
|
|
type = 'command'
|
|
rotate = true
|
|
command = 'openssl rand -base64 32'
|
|
|
|
|