fix:/ add api protections :3

This commit is contained in:
2026-05-14 16:02:56 +01:00
parent 0ca2dcdcf2
commit a4931d3bbc
4 changed files with 231 additions and 12 deletions
+4
View File
@@ -2,6 +2,10 @@ NODE_ENV=production
PORT=3010
API_UPSTREAM=http://127.0.0.1:6000
PUBLIC_ORIGIN=https://example.com
API_CACHE_TTL_MS=15000
API_RATE_LIMIT_WINDOW_MS=60000
API_RATE_LIMIT_MAX=120
WEBHOOK_PORT=3011
GITHUB_WEBHOOK_SECRET=change-me