tsuki/matrix: use postgres through socket
This commit is contained in:
@@ -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;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user