Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,15 @@ THROTTLE_LIMIT=100
# Event polling interval (ms)
EVENT_POLLING_INTERVAL_MS=5000

# Nightly database backups (02:00 UTC)
BACKUP_ENABLED=false
BACKUP_S3_BUCKET=your-backup-bucket
BACKUP_S3_PREFIX=database-backups
BACKUP_RETENTION_DAYS=30
AWS_REGION=us-east-1
# Optional endpoint for S3-compatible offsite storage
# BACKUP_S3_ENDPOINT=https://s3.example.com

# CORS — frontend origin
CORS_ORIGIN=http://localhost:3001

Expand Down
Loading