2026-06-26 14:46:01 +08:00
|
|
|
language: zh-CN
|
|
|
|
|
|
2026-06-07 19:33:41 +08:00
|
|
|
server:
|
|
|
|
|
port: 8083
|
2026-08-20 21:46:55 +08:00
|
|
|
frontendUrl: http://127.0.0.1:3000
|
2026-06-07 19:33:41 +08:00
|
|
|
cors:
|
|
|
|
|
allowedOrigins:
|
2026-08-20 21:46:55 +08:00
|
|
|
- http://localhost:3000
|
|
|
|
|
- http://127.0.0.1:3000
|
2026-06-07 19:33:41 +08:00
|
|
|
|
|
|
|
|
db:
|
2026-08-20 21:46:55 +08:00
|
|
|
type: postgres
|
|
|
|
|
dsn: host=host.docker.internal user=cs_ai_agent password=cs_ai_agent_password dbname=cs_ai_agent port=5432 sslmode=disable TimeZone=Asia/Shanghai
|
2026-06-07 19:33:41 +08:00
|
|
|
|
|
|
|
|
logger:
|
|
|
|
|
level: info
|
|
|
|
|
format: text
|
|
|
|
|
addSource: false
|
|
|
|
|
|
|
|
|
|
storage:
|
|
|
|
|
default: local
|
|
|
|
|
maxUploadSizeMB: 5
|
|
|
|
|
local:
|
|
|
|
|
root: /app/data/storage
|
2026-08-20 21:46:55 +08:00
|
|
|
baseUrl: http://127.0.0.1:8083/storage
|
2026-06-07 19:33:41 +08:00
|
|
|
oss:
|
|
|
|
|
endpoint: ""
|
|
|
|
|
bucket: ""
|
|
|
|
|
accessKeyId: ""
|
|
|
|
|
accessKeySecret: ""
|
|
|
|
|
baseUrl: ""
|
|
|
|
|
private: false
|
|
|
|
|
signedUrlExpireSeconds: 600
|
|
|
|
|
|
|
|
|
|
vectorDB:
|
|
|
|
|
type: lancedb
|
|
|
|
|
qdrant:
|
|
|
|
|
host: qdrant
|
|
|
|
|
grpcPort: 6334
|
|
|
|
|
apiKey: ""
|
|
|
|
|
useTls: false
|
|
|
|
|
lancedb:
|
|
|
|
|
path: /app/data/lancedb
|
|
|
|
|
|
|
|
|
|
mcp:
|
|
|
|
|
enabled: true
|
|
|
|
|
servers:
|
|
|
|
|
system:
|
|
|
|
|
enabled: true
|
|
|
|
|
endpoint: http://127.0.0.1:8083/api/mcp
|
|
|
|
|
timeoutMs: 60000
|
|
|
|
|
headers: {}
|
|
|
|
|
|
|
|
|
|
wxWork:
|
|
|
|
|
enabled: false
|