-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
26 lines (21 loc) · 734 Bytes
/
.env.example
File metadata and controls
26 lines (21 loc) · 734 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# DB Studio Environment Configuration
# Copy this file to .env.local for local development
# Application Environment
NODE_ENV=development
# Security Settings
# Set to 'true' to force all connections to be read-only (recommended for shared/demo instances)
FORCE_READ_ONLY=false
# Rate Limiting
# Maximum requests per IP per minute
RATE_LIMIT_MAX_REQUESTS=100
# Rate limit window in milliseconds
RATE_LIMIT_WINDOW_MS=60000
# Audit Logging
# Set to 'false' to disable audit logging
AUDIT_LOG_ENABLED=true
# Maximum number of audit log entries to keep in memory
AUDIT_LOG_MAX_ENTRIES=1000
# Optional: External Logging Services
# Uncomment and configure for production monitoring
# SENTRY_DSN=https://your-sentry-dsn
# LOG_LEVEL=info