# Supervisor XML-RPC Connection
# For local development
SUPERVISOR_HOST=localhost
SUPERVISOR_PORT=9001
# For Docker Compose
# SUPERVISOR_HOST=supervisor
# SUPERVISOR_PORT=9001
# Optional: HTTP Basic Auth (if configured in supervisord.conf)
# SUPERVISOR_USERNAME=user
# SUPERVISOR_PASSWORD=pass
# Logging Configuration
# Log level: debug, info, warn, error (default: info in prod, debug in dev)
LOG_LEVEL=info