feat: add privacy retention controls
This commit is contained in:
@@ -10,6 +10,10 @@ UPLOAD_ALLOWED_TYPES=image/jpeg,image/png,image/gif,image/webp,application/pdf,t
|
||||
VIRUS_SCAN_URL=
|
||||
VIRUS_SCAN_REQUIRED=0
|
||||
SYNC_INTERVAL_MINUTES=60
|
||||
# Optional retention windows in days; 0 keeps data indefinitely. Expired unused invites are removed after 30 days.
|
||||
NOTIFICATION_RETENTION_DAYS=0
|
||||
READING_HISTORY_RETENTION_DAYS=0
|
||||
AUDIT_RETENTION_DAYS=365
|
||||
# Optional: create the first Memos source for the bootstrap admin.
|
||||
SEED_MEMOS_NAME=
|
||||
SEED_MEMOS_URL=
|
||||
|
||||
Reference in New Issue
Block a user