-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.env.example
More file actions
34 lines (29 loc) · 1.05 KB
/
.env.example
File metadata and controls
34 lines (29 loc) · 1.05 KB
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
30
31
32
33
34
SPRING_PROFILES_ACTIVE=prod
DB_URL=jdbc:mysql://localhost:3306/iqk_platform?useUnicode=true&characterEncoding=utf8&useSSL=false&serverTimezone=UTC
DB_USERNAME=root
DB_PASSWORD=root
OPENAI_API_KEY=replace_me
OPENAI_BASE_URL=https://dashscope.aliyuncs.com/compatible-mode
APP_SECURITY_ENABLED=true
APP_JWT_SECRET=replace_with_32_bytes_min_secret
APP_MODEL_ROUTER_ENABLED=true
APP_MODEL_ROUTER_DEFAULT_PROFILE=balanced
APP_MODEL_ROUTER_CHAT_PROFILE=balanced
APP_MODEL_ROUTER_SERVICE_PROFILE=quality
APP_MODEL_ROUTER_RAG_PROFILE=balanced
APP_MODEL_ROUTER_MODEL_ECONOMY=qwen-turbo
APP_MODEL_ROUTER_MODEL_BALANCED=qwen-plus
APP_MODEL_ROUTER_MODEL_QUALITY=qwen-max
APP_VECTOR_STORE_BACKEND=pgvector
APP_REQUIRE_PGVECTOR=true
APP_PGVECTOR_URL=jdbc:postgresql://localhost:5432/iqk_platform
APP_PGVECTOR_USERNAME=postgres
APP_PGVECTOR_PASSWORD=postgres
APP_INGESTION_QUEUE_BACKEND=redis_stream
REDIS_HOST=localhost
REDIS_PORT=6379
RABBITMQ_HOST=localhost
RABBITMQ_PORT=5672
RABBITMQ_USERNAME=guest
RABBITMQ_PASSWORD=guest
OTEL_EXPORTER_OTLP_ENDPOINT=http://localhost:4318/v1/traces