chore: organized env example style

This commit is contained in:
Muhamad Aji Wibisono 2025-06-10 23:26:28 +07:00
parent 131397de4e
commit d31b9589fb

View file

@ -52,13 +52,13 @@ LONG_CONTEXT_LLM_API_BASE=""
TTS_SERVICE_API_BASE=""
STT_SERVICE_API_BASE=""
# --- Uvicorn Server Configuration ---
# Uvicorn Server Configuration
# Full documentation for Uvicorn options can be found at: https://www.uvicorn.org/#command-line-options
UVICORN_HOST="0.0.0.0"
UVICORN_PORT=8000
UVICORN_LOG_LEVEL=info
# --- Advanced Uvicorn Options ---
# OPTIONAL: Advanced Uvicorn Options (uncomment to use)
# UVICORN_PROXY_HEADERS=false
# UVICORN_FORWARDED_ALLOW_IPS="127.0.0.1"
# UVICORN_WORKERS=1