aboutsummaryrefslogtreecommitdiff
path: root/cluster/prod/app/postgres/secrets.toml
blob: 537a72d2f6431916f7e97b214feb8393dccae9f6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
[service_users."replicator"]
password_secret = "postgres/keeper/pg_repl_pwd"
username_secret = "postgres/keeper/pg_repl_username"


[secrets."postgres/keeper/pg_su_pwd"]
type = 'command'
command = 'openssl rand -base64 15'
description = 'postgres superuser password'