fixup
This commit is contained in:
parent
8cc4522153
commit
cfd3012572
2 changed files with 11 additions and 0 deletions
Binary file not shown.
|
@ -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 = [
|
thumbnail_sizes = [
|
||||||
{ width = 32; height = 32; method = "crop"; }
|
{ width = 32; height = 32; method = "crop"; }
|
||||||
{ width = 96; height = 96; method = "crop"; }
|
{ width = 96; height = 96; method = "crop"; }
|
||||||
|
|
Loading…
Reference in a new issue