mirror of
https://github.com/Myzel394/kleckrelay-website.git
synced 2025-06-20 08:15:26 +02:00
fix: add default value
This commit is contained in:
parent
7111245c3e
commit
ed27697766
@ -10,6 +10,7 @@ export const DEFAULT_ADMIN_SETTINGS: AdminSettings = {
|
|||||||
userEmailEnableDisposableEmails: false,
|
userEmailEnableDisposableEmails: false,
|
||||||
imageProxyStorageLifeTimeInHours: 24,
|
imageProxyStorageLifeTimeInHours: 24,
|
||||||
enableImageProxy: true,
|
enableImageProxy: true,
|
||||||
|
enableImageProxyStorage: true,
|
||||||
allowStatistics: true,
|
allowStatistics: true,
|
||||||
allowAliasDeletion: false,
|
allowAliasDeletion: false,
|
||||||
maxAliasesPerUser: 0,
|
maxAliasesPerUser: 0,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user