Reflect the two Docker targets across README, getting-started, contributing guides, and .env.example with new configuration variables (CONVERSION_ENGINE, DOCLING_SERVE_URL, DOCLING_SERVE_API_KEY).
18 lines
551 B
Text
18 lines
551 B
Text
# Conversion engine: "local" (in-process Docling) or "remote" (Docling Serve)
|
|
# CONVERSION_ENGINE=local
|
|
|
|
# Docling Serve settings (remote mode only)
|
|
# DOCLING_SERVE_URL=http://localhost:5001
|
|
# DOCLING_SERVE_API_KEY=
|
|
|
|
# Max seconds per conversion (default: 600)
|
|
# CONVERSION_TIMEOUT=600
|
|
|
|
# CORS (comma-separated origins, only needed for custom deployments)
|
|
# CORS_ORIGINS=http://localhost:3000,https://your-domain.com
|
|
|
|
# File storage path (inside container)
|
|
# UPLOAD_DIR=./uploads
|
|
|
|
# Database path (inside container)
|
|
# DB_PATH=./data/docling_studio.db
|