disable sslmode for local connection

This commit is contained in:
Charlotte 🦝 Delenk 2022-04-29 20:06:41 +01:00
parent f33e076ca2
commit bed795ee18
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -6,7 +6,7 @@ let
bindAddress = "127.0.0.1";
port = 8008;
};
database.postgres = "postgresql://matrix-media-repo@localhost/matrix-media-repo";
database.postgres = "postgresql://matrix-media-repo@localhost/matrix-media-repo?sslmode=disabled";
homeservers = [{
name = "chir.rs";
csApi = "https://matrix.chir.rs";