Files
ai-agent/docker/agent-desk-sqlite-lancedb.yaml
T

72 lines
1.2 KiB
YAML
Raw Normal View History

language: zh-CN
server:
port: 8083
frontendUrl: http://127.0.0.1:3000
cors:
allowedOrigins:
- http://localhost:3000
- http://127.0.0.1:3000
db:
type: sqlite
dsn: file:/app/data/app.db?_busy_timeout=5000
maxIdleConns: 5
maxOpenConns: 20
connMaxIdleTimeSeconds: 300
connMaxLifetimeSeconds: 1800
logger:
level: info
format: text
addSource: false
storage:
default: local
maxUploadSizeMB: 20
local:
root: /app/data/storage
baseUrl: http://127.0.0.1:8083/storage
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
corpId: ""
corpSecret: ""
agentId: ""
rsaPrivateKey: ""
token: ""
encodingAESKey: ""
notify:
enabled: false
toUsers: []
safe: false
enableDuplicateCheck: true
duplicateCheckInterval: 1800