fix(backend): harden write registrar boundaries

This commit is contained in:
2026-07-21 16:12:20 +08:00
parent 1fcbb31301
commit 80bec26839
17 changed files with 639 additions and 42 deletions

View File

@@ -2,6 +2,7 @@ env: development
port: "9150"
dsn: "postgres://postgres:postgres@localhost:5432/agent_dev?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"