mirror of
https://github.com/spacebarchat/server.git
synced 2026-06-04 10:51:37 +00:00
Fix uploads?
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user