Modified rate limit config variable names
This commit is contained in:
@@ -6,8 +6,8 @@ CORS_ORIGIN_WHITELIST=http://localhost:3000,http://127.0.0.1:3000
|
||||
AUTH=false
|
||||
|
||||
RATE_LIMIT_ENABLED=false
|
||||
RATE_LIMIT_WINDOW_MS=1000
|
||||
RATE_LIMIT_MAX_REQUESTS=10
|
||||
RATE_LIMIT_WINDOW=1000
|
||||
RATE_LIMIT_MAX=10
|
||||
|
||||
DB=foobar.db
|
||||
|
||||
|
||||
Reference in New Issue
Block a user