flask_template_codex/.env.example
2026-08-08 05:37:41 +02:00

9 lines
310 B
Text

STEADY_ENV=development
SECRET_KEY=replace-with-a-long-random-value
# DATABASE_URL may override the default absolute instance/steady.db location.
FEATURE_ADMIN=false
# TRUSTED_HOSTS=steady.example.com,www.steady.example.com
GUNICORN_BIND=127.0.0.1:8000
GUNICORN_WORKERS=2
GUNICORN_THREADS=2
GUNICORN_TIMEOUT=30