synapse: read DB password from secret store

Missed this one a while ago.
This commit is contained in:
Timotej Lazar 2024-09-06 16:30:51 +02:00
parent 4fff2fac1b
commit 9932064758

View file

@ -18,10 +18,9 @@ listeners:
database:
name: psycopg2
args:
#user: <user>
#password: <pass>
#dbname: <db>
host: localhost
user: "{{ user }}"
password: "{{ password.db_pass }}"
cp_min: 5
cp_max: 10