feat: add example environment variables for backend configuration

This commit is contained in:
2026-01-02 17:28:22 +01:00
parent 652010a92f
commit 7a3b159105

View File

@@ -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
# NODE_ENV=development # Setze dies ggf. für pino-pretty
RATE_LIMIT_MAX=200
RATE_LIMIT_WINDOW_MS=300000 # 5 Minuten