diff --git a/backend/example.env b/backend/example.env index cf10000..36512e1 100644 --- a/backend/example.env +++ b/backend/example.env @@ -4,4 +4,6 @@ GEOIP_ASN_DB=./data/GeoLite2-ASN.mmdb PORT=3000 LOG_LEVEL=debug # z.B. für mehr Details im Development PING_COUNT=4 -# NODE_ENV=development # Setze dies ggf. für pino-pretty \ No newline at end of file +# NODE_ENV=development # Setze dies ggf. für pino-pretty +RATE_LIMIT_MAX=200 +RATE_LIMIT_WINDOW_MS=300000 # 5 Minuten \ No newline at end of file