Fix uploads?

This commit is contained in:
Rory&
2025-09-23 21:41:37 +02:00
parent 2a10b3528f
commit ac807dcf8d
2 changed files with 29 additions and 14 deletions
@@ -23,4 +23,5 @@ export class CdnConfiguration extends EndpointConfiguration {
resizeWidthMax: number = 1000;
imagorServerUrl: string | null = null;
proxyCacheHeaderSeconds: number = 60 * 60 * 24;
maxAttachmentSize: number = 25 * 1024 * 1024; // 25 MB
}