fix db config

This commit is contained in:
XenGi 2026-02-17 18:00:30 +01:00
parent fc39be67af
commit 64492543a5
Signed by: xengi
SSH key fingerprint: SHA256:jxWM2RTHvxxcncXycwwWkP7HCWb4VREN05UGJTbIPZg
2 changed files with 0 additions and 9 deletions

View file

@ -10,15 +10,6 @@
# "/var/lib/matrix-synapse/homeserver.signing.key"
signing_key_path = config.age.secrets.matrix_signing_key.path;
registration_shared_secret_path = config.age.secrets.matrix_registration_shared_secret.path;
database = {
name = "psycopg2";
args = {
host = "sql.berlin.ccc.de";
port = 5432;
user = "matrix-synapse";
database = "matrix-synapse";
};
};
listeners = [
{
type = "http";

Binary file not shown.