# Server Configuration HOST=0.0.0.0 PORT=3000 # Database Configuration DATABASE_URL=postgres://postgres:postgres@postgres:5432/postgres DB_MAX_CONNECTIONS=10 DB_CONNECT_TIMEOUT=30 # Redis Configuration REDIS_URL=redis://dragonfly:6379 REDIS_POOL_SIZE=5 REDIS_CONNECT_TIMEOUT=10 # Discord OAuth Configuration CLIENT_ID=your_discord_client_id CLIENT_SECRET=your_discord_client_secret REDIRECT_URI=https://your.domain/auth/discord/callback # Logging (optional) RUST_LOG=info,timezone_db=debug