synapse: read DB password from secret store
Missed this one a while ago.
This commit is contained in:
parent
4fff2fac1b
commit
9932064758
|
@ -18,10 +18,9 @@ listeners:
|
||||||
database:
|
database:
|
||||||
name: psycopg2
|
name: psycopg2
|
||||||
args:
|
args:
|
||||||
#user: <user>
|
|
||||||
#password: <pass>
|
|
||||||
#dbname: <db>
|
|
||||||
host: localhost
|
host: localhost
|
||||||
|
user: "{{ user }}"
|
||||||
|
password: "{{ password.db_pass }}"
|
||||||
cp_min: 5
|
cp_min: 5
|
||||||
cp_max: 10
|
cp_max: 10
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue