be52af70
tangwang
first commit
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# Environment Configuration - ACTIVE
# This file contains the actual configuration 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=8000
# Embedding Models
TEXT_MODEL_DIR=/data/tw/models/bge-m3
IMAGE_MODEL_DIR=/data/tw/models/cn-clip
# Cache Directory
CACHE_DIR=.cache
|