fix(matrix): hardcode database password (env vars not expanded in YAML)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Till-JS 2026-01-28 12:54:11 +01:00
parent 8e6adfdb10
commit f488bd8eab

View file

@ -27,7 +27,7 @@ database:
txn_limit: 10000
args:
user: synapse
password: "${SYNAPSE_DB_PASSWORD:-synapse-secure-password}"
password: "synapse-secure-password"
database: matrix
host: postgres
port: 5432