From 9ddafdbbc680c26e645a519af196fe8c8cdf2ff0 Mon Sep 17 00:00:00 2001 From: cellarspoon Date: Mon, 13 Dec 2021 12:56:34 +0100 Subject: [PATCH] fix: pass secret --- homeserver.yaml.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeserver.yaml.tmpl b/homeserver.yaml.tmpl index 12e0aa8..7149220 100644 --- a/homeserver.yaml.tmpl +++ b/homeserver.yaml.tmpl @@ -765,7 +765,7 @@ database: txn_limit: 10000 args: user: synapse - password: {{ env "db_password" }} + password: {{ secret "db_password" }} database: synapse host: {{ env "STACK_NAME" }}_db port: 5432