feat: add rate limiting and startup options validation

This commit is contained in:
xiong
2026-07-26 13:46:17 +08:00
parent f4783c5de3
commit 015c9b5582
9 changed files with 204 additions and 2 deletions

View File

@@ -43,6 +43,12 @@
],
"AllowCredentials": false
},
"RateLimiting": {
"Enabled": true,
"PermitLimit": 600,
"WindowSeconds": 60,
"QueueLimit": 0
},
"Security": {
"Jwt": {
"Issuer": "tiku-backend",