wrong database name

This commit is contained in:
Charlotte 🦝 Delenk 2022-05-01 07:59:51 +01:00
parent 4bc48badd3
commit a2a6f12335
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -64,7 +64,7 @@
services.postgresql.ensureUsers = [{
name = "matrix-synapse";
ensurePermissions = {
"DATABASE matrix-synapse" = "ALL PRIVILEGES";
"DATABASE synapse" = "ALL PRIVILEGES";
};
}];
}