mirror of
https://github.com/MODSetter/SurfSense.git
synced 2025-09-02 10:39:13 +00:00
chore: organized env example style
This commit is contained in:
parent
131397de4e
commit
d31b9589fb
1 changed files with 12 additions and 12 deletions
|
@ -52,13 +52,13 @@ LONG_CONTEXT_LLM_API_BASE=""
|
||||||
TTS_SERVICE_API_BASE=""
|
TTS_SERVICE_API_BASE=""
|
||||||
STT_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
|
# Full documentation for Uvicorn options can be found at: https://www.uvicorn.org/#command-line-options
|
||||||
UVICORN_HOST="0.0.0.0"
|
UVICORN_HOST="0.0.0.0"
|
||||||
UVICORN_PORT=8000
|
UVICORN_PORT=8000
|
||||||
UVICORN_LOG_LEVEL=info
|
UVICORN_LOG_LEVEL=info
|
||||||
|
|
||||||
# --- Advanced Uvicorn Options ---
|
# OPTIONAL: Advanced Uvicorn Options (uncomment to use)
|
||||||
# UVICORN_PROXY_HEADERS=false
|
# UVICORN_PROXY_HEADERS=false
|
||||||
# UVICORN_FORWARDED_ALLOW_IPS="127.0.0.1"
|
# UVICORN_FORWARDED_ALLOW_IPS="127.0.0.1"
|
||||||
# UVICORN_WORKERS=1
|
# UVICORN_WORKERS=1
|
||||||
|
|
Loading…
Add table
Reference in a new issue