synapse: fix db config
This commit is contained in:
parent
c53b7aa5db
commit
8be5f51ce5
1 changed files with 3 additions and 0 deletions
|
@ -29,9 +29,12 @@
|
|||
database = {
|
||||
name = "psycopg2";
|
||||
args = {
|
||||
host = "10.99.99.3";
|
||||
database = "synapse";
|
||||
inherit (secret.synapse.database) user;
|
||||
inherit (secret.synapse.database) password;
|
||||
cp_min = 5;
|
||||
cp_max = 10;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue