fix: add default value

This commit is contained in:
Myzel394 2023-02-24 14:21:22 +01:00
parent 7111245c3e
commit ed27697766
No known key found for this signature in database
GPG Key ID: 79CC92F37B3E1A2B

View File

@ -10,6 +10,7 @@ export const DEFAULT_ADMIN_SETTINGS: AdminSettings = {
userEmailEnableDisposableEmails: false,
imageProxyStorageLifeTimeInHours: 24,
enableImageProxy: true,
enableImageProxyStorage: true,
allowStatistics: true,
allowAliasDeletion: false,
maxAliasesPerUser: 0,