aboutsummaryrefslogtreecommitdiff
path: root/cluster/prod/app/matrix/deploy/im.hcl
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2023-05-04 16:48:22 +0200
committerAlex Auvolat <alex@adnab.me>2023-05-04 16:48:22 +0200
commite375304c388948efcb8cfcb45d8a8288a635a766 (patch)
tree90f2e0723c8fa785d0a5612994de3765e204a533 /cluster/prod/app/matrix/deploy/im.hcl
parentf3cd2e98b4bd26294464c5152b7082fc8a6b9ff2 (diff)
downloadnixcfg-e375304c388948efcb8cfcb45d8a8288a635a766.tar.gz
nixcfg-e375304c388948efcb8cfcb45d8a8288a635a766.zip
orient SoGo and Synapse to closest psql-proxy; psql backup anywhere
Diffstat (limited to 'cluster/prod/app/matrix/deploy/im.hcl')
-rw-r--r--cluster/prod/app/matrix/deploy/im.hcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/cluster/prod/app/matrix/deploy/im.hcl b/cluster/prod/app/matrix/deploy/im.hcl
index ed05ffc..6b9690d 100644
--- a/cluster/prod/app/matrix/deploy/im.hcl
+++ b/cluster/prod/app/matrix/deploy/im.hcl
@@ -123,7 +123,7 @@ AWS_DEFAULT_REGION=garage
PG_USER={{ key "secrets/chat/synapse/postgres_user" | trimSpace }}
PG_PASS={{ key "secrets/chat/synapse/postgres_pwd" | trimSpace }}
PG_DB={{ key "secrets/chat/synapse/postgres_db" | trimSpace }}
-PG_HOST=psql-proxy.service.2.cluster.deuxfleurs.fr
+PG_HOST={{ env "meta.site" }}.psql-proxy.service.2.cluster.deuxfleurs.fr
PG_PORT=5432
EOH
destination = "secrets/env"