# Hugging Face Backend Deployment Configuration # Jul 24 - Backend services only (Hono + ColPali) # Server Configuration PORT=7860 NODE_ENV=production # CORS - Allow all origins for external frontend access CORS_ORIGIN=* # Vespa Configuration VESPA_ENDPOINT=https://f5acf536.ed2ceb09.z.vespa-app.cloud VESPA_CERT_PATH=/home/user/.vespa/il-infra.colpali-server.default # Internal Services EMBEDDING_API_URL=http://localhost:8001 # API Configuration MAX_QUERY_TERMS=64 QUERY_TIMEOUT_MS=30000 # Logging LOG_LEVEL=info