chore: align forest AI development setup

This commit is contained in:
2026-07-21 20:07:51 +08:00
parent b7de3c28b6
commit d2ef10763c
7 changed files with 150 additions and 3 deletions

View File

@@ -1,6 +1,7 @@
# 仅供本地开发使用;以下默认凭据与密钥不得用于生产环境。
env: development
port: "9150"
dsn: "postgres://postgres:postgres@localhost:5432/agent_dev?sslmode=disable"
dsn: "postgres://agent:agent@localhost:5432/agent?sslmode=disable"
storage_dir: "./data/files"
max_upload_bytes: 33554432
auth_secret: "development-auth-secret-change-me"