Files
agent/backend/etc/agent.dev.yaml

22 lines
693 B
YAML

# 仅供本地开发使用;以下默认凭据与密钥不得用于生产环境。
env: development
port: "9150"
dsn: "postgres://agent:agent@localhost:5432/agent?sslmode=disable"
storage_dir: "./data/files"
max_upload_bytes: 33554432
auth_secret: "development-auth-secret-change-me"
system_ai_key: ""
ai_key_encryption_secret: "development-ai-key-secret-change-me"
allowed_origins:
- "http://localhost:5173"
- "http://127.0.0.1:5173"
- "http://localhost:4173"
- "http://127.0.0.1:4173"
- "http://localhost:4174"
- "http://127.0.0.1:4174"
- "http://localhost:4175"
- "http://127.0.0.1:4175"
- "http://localhost:4176"
- "http://127.0.0.1:4176"
- "http://tauri.localhost"