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

12 lines
403 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 复制为 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"