mirror of
https://github.com/MrUnknownDE/utools.git
synced 2026-04-27 01:53:46 +02:00
feat: add example environment variables for backend configuration
This commit is contained in:
@@ -5,3 +5,5 @@ 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