diff options
Diffstat (limited to 'cluster/prod/secretmgr.toml')
-rw-r--r-- | cluster/prod/secretmgr.toml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/cluster/prod/secretmgr.toml b/cluster/prod/secretmgr.toml index 88058e5..ea540e5 100644 --- a/cluster/prod/secretmgr.toml +++ b/cluster/prod/secretmgr.toml @@ -7,3 +7,13 @@ admin_dn = "cn=admin,dc=deuxfleurs,dc=org" [user_values] "directory/ldap_base_dn" = "dc=deuxfleurs,dc=fr" "directory/guichet/web_hostname" = "guichet.deuxfleurs.fr" +"directory/guichet/mail_domain" = "deuxfleurs.fr" +"directory/guichet/s3_bucket" = "bottin-pictures" +"directory/guichet/s3_endpoint" = "garage.deuxfleurs.fr" +"directory/guichet/s3_region" = "garage" +# TODO: fix smtp server, use deuxfleurs' smtp + +"drone-ci/s3_db_bucket" = "drone-db" +"drone-ci/s3_storage_bucket" = "drone-storage" + +"chat/synapse/postgres_db" = "synapse2" |