This commit is contained in:
mjallen18
2026-03-20 18:24:51 -05:00
parent 27790713be
commit 6f77344d42
13 changed files with 350 additions and 365 deletions

View File

@@ -91,14 +91,14 @@ let
}
];
# Database configuration
# Database configuration — connect via Unix socket (peer auth via identMap)
database = {
name = "psycopg2";
allow_unsafe_locale = true;
args = {
user = "synapse";
database = "synapse";
host = "localhost";
host = "/run/postgresql";
cp_min = 5;
cp_max = 10;
};