# Server NODE_ENV=development PORT=3000 # Database DATABASE_URL=postgresql://spotlightcam:spotlightcam123@db:5432/spotlightcam # JWT JWT_SECRET=your-secret-key-change-this-in-production JWT_EXPIRES_IN=24h # CORS CORS_ORIGIN=http://localhost:8080 # WebRTC (future) # STUN_SERVER=stun:stun.l.google.com:19302