# Environment Configuration # Copy this file to .env and update with your actual values # Elasticsearch Configuration (v8.18) ES_HOST=http://localhost:9200 ES_USERNAME=essa ES_PASSWORD=4hOaLaf41y2VuI8y # Redis Configuration (for caching) REDIS_HOST=localhost REDIS_PORT=6479 REDIS_PASSWORD=BMfv5aI31kgHWtlx # DeepL Translation API DEEPL_AUTH_KEY=c9293ab4-ad25-479b-919f-ab4e63b429ed # Customer Configuration CUSTOMER_ID=customer1 # API Service Configuration API_HOST=0.0.0.0 API_PORT=6002 # Embedding Models TEXT_MODEL_DIR=/data/tw/models/bge-m3 IMAGE_MODEL_DIR=/data/tw/models/cn-clip # Cache Directory CACHE_DIR=.cache