Fix jwt-token

This commit is contained in:
2025-09-10 12:18:12 +02:00
parent bbe05b0aa4
commit 5beff6b512
3 changed files with 7 additions and 1 deletions

4
.env
View File

@@ -36,6 +36,10 @@ LOG_ALL_DETECTIONS=true
API_DEBUG=true
STORE_RAW_PAYLOAD=true
# Rate Limiting Configuration
RATE_LIMIT_WINDOW_MS=900000
RATE_LIMIT_MAX_REQUESTS=1000
# Health Probe Simulator Configuration
PROBE_FAILRATE=30
PROBE_INTERVAL_SECONDS=60