tsuki/matrix: use postgres through socket

main
Oystein Kristoffer Tveit 2024-01-23 05:46:24 +01:00
parent 4f020f4cdd
commit df5f0dc9c4
Signed by: oysteikt
GPG Key ID: 9F2F7D8250F35146
1 changed files with 1 additions and 3 deletions

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