mirror of
https://github.com/MrUnknownDE/utools.git
synced 2026-04-19 06:03:45 +02:00
feat: add example environment variables for backend configuration
This commit is contained in:
@@ -4,4 +4,6 @@ GEOIP_ASN_DB=./data/GeoLite2-ASN.mmdb
|
|||||||
PORT=3000
|
PORT=3000
|
||||||
LOG_LEVEL=debug # z.B. für mehr Details im Development
|
LOG_LEVEL=debug # z.B. für mehr Details im Development
|
||||||
PING_COUNT=4
|
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
|
||||||
Reference in New Issue
Block a user