vk98's picture
Initial backend deployment - Hono proxy + ColPali embedding API
5dfbe50
raw
history blame contribute delete
602 Bytes
# Server Configuration
PORT=4025
NODE_ENV=production
# Backend Configuration - Direct to Vespa
BACKEND_URL=https://f5acf536.ed2ceb09.z.vespa-app.cloud
# CORS Configuration - Allow all origins in HF Spaces
CORS_ORIGIN=*
# Cache Configuration
ENABLE_CACHE=true
CACHE_TTL=300
# Rate Limiting
RATE_LIMIT_WINDOW=60000
RATE_LIMIT_MAX=100
# Vespa Configuration
VESPA_APP_URL=https://f5acf536.ed2ceb09.z.vespa-app.cloud
VESPA_CERT_PATH=/home/user/.vespa/il-infra.colpali-server.default/data-plane-public-cert.pem
VESPA_KEY_PATH=/home/user/.vespa/il-infra.colpali-server.default/data-plane-private-key.pem