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