25 lines
742 B
Plaintext
25 lines
742 B
Plaintext
ROTATOR_ENVIRONMENT=development
|
|
ROTATOR_HOST=127.0.0.1
|
|
ROTATOR_PORT=8787
|
|
ROTATOR_DATABASE_PATH=data/fluxip.db
|
|
ROTATOR_MASTER_KEY_FILE=data/master.key
|
|
|
|
# Remote first-time setup requires a random value of at least 32 characters.
|
|
# Localhost setup can leave this empty.
|
|
ROTATOR_BOOTSTRAP_TOKEN=
|
|
|
|
ROTATOR_COOKIE_SECURE=false
|
|
ROTATOR_SESSION_DAYS=7
|
|
ROTATOR_ALLOWED_ORIGINS=http://localhost:8787,http://127.0.0.1:8787
|
|
ROTATOR_TRUSTED_HOSTS=localhost,127.0.0.1
|
|
ROTATOR_TRUSTED_PROXIES=127.0.0.1,::1
|
|
|
|
ROTATOR_SCHEDULER_ENABLED=true
|
|
ROTATOR_SCHEDULER_TICK_SECONDS=10
|
|
ROTATOR_LOG_LEVEL=INFO
|
|
ROTATOR_EXTERNAL_TIMEOUT_SECONDS=20
|
|
|
|
# Docker Compose host binding (the Python application does not read these).
|
|
FLUXIP_BIND_ADDRESS=127.0.0.1
|
|
FLUXIP_PORT=8787
|