Skip to content

Commit

Permalink
Modified rate limit config variable names
Browse files Browse the repository at this point in the history
  • Loading branch information
AbegaM committed May 8, 2024
1 parent f85b6f6 commit 1343e9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .env.sample
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 1343e9e

Please sign in to comment.