tsuki/matrix: use postgres through socket
This commit is contained in:
parent
4f020f4cdd
commit
df5f0dc9c4
|
@ -67,10 +67,8 @@
|
|||
name = "psycopg2";
|
||||
args = {
|
||||
user = "matrix-synapse";
|
||||
# TODO: Generate proper password
|
||||
password = "";
|
||||
database = "matrix-synapse";
|
||||
host = "localhost";
|
||||
host = "/var/run/postgresql";
|
||||
port = secrets.ports.postgres;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue