fix: Add maxAliasesPerUser to default admin settings

This commit is contained in:
Myzel394 2023-02-20 16:00:46 +01:00
parent a11f731008
commit 98e3b5ead5
No known key found for this signature in database
GPG Key ID: 79CC92F37B3E1A2B

View File

@ -12,4 +12,5 @@ export const DEFAULT_ADMIN_SETTINGS: AdminSettings = {
enableImageProxy: true,
allowStatistics: true,
allowAliasDeletion: false,
maxAliasesPerUser: 0,
}