1
0
Fork 0
This commit is contained in:
Daniel Kempkens 2023-02-05 23:29:37 +01:00
parent 8cc4522153
commit cfd3012572
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM
2 changed files with 11 additions and 0 deletions

View file

@ -26,6 +26,17 @@
}
];
database = {
name = "psycopg2";
args = {
host = "10.99.99.3";
database = "synapse";
user = "synapse";
cp_min = 5;
cp_max = 10;
};
};
thumbnail_sizes = [
{ width = 32; height = 32; method = "crop"; }
{ width = 96; height = 96; method = "crop"; }