Add missing env vars to .env.example (DEPLOYMENT_MODE, MAX_CONCURRENT_ANALYSES, APP_VERSION)
This commit is contained in:
parent
aa73c209bc
commit
526e3571f1
1 changed files with 10 additions and 0 deletions
10
.env.example
10
.env.example
|
|
@ -12,6 +12,16 @@
|
|||
# Max seconds per conversion (default: 600)
|
||||
# CONVERSION_TIMEOUT=600
|
||||
|
||||
# Max parallel analysis jobs (default: 3)
|
||||
# MAX_CONCURRENT_ANALYSES=3
|
||||
|
||||
# Deployment mode: "self-hosted" (default) or "huggingface"
|
||||
# Shows disclaimer banner when set to "huggingface"
|
||||
# DEPLOYMENT_MODE=self-hosted
|
||||
|
||||
# Application version (set automatically by CI/Docker build)
|
||||
# APP_VERSION=dev
|
||||
|
||||
# CORS (comma-separated origins, only needed for custom deployments)
|
||||
# CORS_ORIGINS=http://localhost:3000,https://your-domain.com
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue