Expose maximum picture sizes

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2021-04-12 10:13:11 +02:00
parent fb614cf877
commit 0210b677c5
7 changed files with 39 additions and 4 deletions

View File

@@ -89,4 +89,9 @@ export interface IConfig {
ldap: boolean;
oauthProviders: IOAuthProvider[];
};
uploadLimits: {
default: number;
avatar: number;
banner: number;
};
}