🔧(backend) expose TRASHBIN_CUTOFF_DAYS
To know when a document in the trashbin will be permanently deleted.
This commit is contained in:
@@ -27,6 +27,7 @@ export interface ConfigResponse {
|
||||
MEDIA_BASE_URL?: string;
|
||||
POSTHOG_KEY?: PostHogConf;
|
||||
SENTRY_DSN?: string;
|
||||
TRASHBIN_CUTOFF_DAYS?: number;
|
||||
theme_customization?: ThemeCustomization;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user