# Server HOST=0.0.0.0 PORT=8000 DEBUG=false # Authorization file path AUTHORIZATION_FILE=/app/config/authorized_devices.json # Privileged Configuration (returned to authorized devices) CONFIG_URL=https://your-server.example.com CONFIG_PORT=8000 CONFIG_TIMEZONE=America/New_York CONFIG_UPDATE_INTERVAL=3600 # CORS CORS_ORIGINS=["*"]