🔧(backend) expose TRASHBIN_CUTOFF_DAYS
To know when a document in the trashbin will be permanently deleted.
This commit is contained in:
@@ -23,6 +23,7 @@ export const CONFIG = {
|
||||
LANGUAGE_CODE: 'en-us',
|
||||
POSTHOG_KEY: {},
|
||||
SENTRY_DSN: null,
|
||||
TRASHBIN_CUTOFF_DAYS: 30,
|
||||
theme_customization: {},
|
||||
} as const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user