File size: 602 Bytes
5dfbe50
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 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