tsuki/matrix: use postgres through socket

This commit is contained in:
2024-01-23 05:46:24 +01:00
parent 4f020f4cdd
commit df5f0dc9c4

View File

@@ -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;
};
};