Files
agent/backend/etc/agent.prod.example.yaml

12 lines
403 B
YAML
Raw Normal View History

# 复制为 agent.prod.yaml 后使用change-me 值会被生产校验拒绝。
env: production
port: "9150"
dsn: "postgres://change-me"
storage_dir: "/var/lib/senlinai/files"
max_upload_bytes: 33554432
auth_secret: "change-me-with-an-independent-random-secret"
system_ai_key: ""
ai_key_encryption_secret: "change-me-with-a-different-random-secret"
allowed_origins:
- "https://workbench.example.com"