mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 19:01:08 +02:00
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:
parent
8e6adfdb10
commit
f488bd8eab
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue