# Extractors service configuration (no silent fallback defaults). # --- Service --------------------------------------------------------------- EXTRACTORS_HOST=0.0.0.0 EXTRACTORS_PORT=54400 EXTRACTORS_TAG=0.1.0 EXTRACTORS_MAX_UPLOAD_MB=100 # --- LLM gateway (only required by sentiment/NER/OCR, added later) ---------- # EXTRACTORS_LLM_GATEWAY_URL=http://didiAI-llm-gateway:14011 # EXTRACTORS_LLM_MODEL=qwen3.5 # EXTRACTORS_LLM_TIMEOUT_S=60