Files
yuan-lab-llm--clawmanager/backend/configs/dev.yaml
T
wehub-resource-sync 6d978fe483
Build / Frontend Build (push) Has been cancelled
Build / Backend Build (push) Has been cancelled
Build / Docker Build (push) Has been cancelled
Build / Kubernetes Deploy Smoke Test (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 12:35:24 +08:00

16 lines
252 B
YAML

server:
address: ":9001"
mode: "debug"
database:
host: "localhost"
port: 13306
user: "root"
password: "123456"
database: "clawreef"
jwt:
secret: "clawreef-dev-secret-key-change-in-production"
access_expiry: 60
refresh_expiry: 168