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