fix:/ add api protections :3
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user