Files
supervisor-ui/.env.example

13 lines
296 B
Plaintext
Raw Normal View History

# 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