修复了一些错误 更新了AI.md(给ai看的)

This commit is contained in:
Falck
2026-05-02 19:21:50 +08:00
parent 0783428f80
commit 70c531860b
240 changed files with 5626 additions and 10790 deletions

View File

@@ -1,10 +1,21 @@
{
"HTTP_API_PORT": 8080,
"HTTP_TCP_PORT": 8082,
"HOST": "0.0.0.0",
"HOST": "127.0.0.1",
"DATA_DIR": "./data",
"STORE_DIR": "./store",
"LOG_LEVEL": "INFO",
"LOG_FORMAT": "text",
"LOG_FILE": "",
"LOG_MAX_SIZE": 10485760,
"LOG_BACKUP_COUNT": 5,
"PERMISSION_CHECK": true,
"MAX_WORKERS": 4
"MAX_WORKERS": 4,
"API_KEY": "",
"CORS_ALLOWED_ORIGINS": ["http://localhost:3000", "http://127.0.0.1:3000"],
"CSRF_ENABLED": true,
"INPUT_VALIDATION_ENABLED": true,
"RATE_LIMIT_ENABLED": true,
"RATE_LIMIT_MAX_REQUESTS": 100,
"RATE_LIMIT_TIME_WINDOW": 60
}