Skip to content

Commit

Permalink
add: rate limit configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
debendraoli committed Nov 1, 2024
1 parent b5d899c commit 92c4230
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ services:
- LETSENCRYPT_USE_STAGING=${LETSENCRYPT_USE_STAGING:-1}
- LETSENCRYPT_DOMAIN
- LETSENCRYPT_EMAIL
- DISABLE_RATE_LIMIT
- RATE_LIMIT_BURST
- RATE_LIMIT_RATE
- NEXT_PUBLIC_API_RETRY_INTERVAL_IN_SECONDS=${NEXT_PUBLIC_API_RETRY_INTERVAL_IN_SECONDS:-5}
- NEXT_PUBLIC_API_MAX_RETRY=${NEXT_PUBLIC_API_MAX_RETRY:-5}
- NEXTAUTH_URL
Expand Down

0 comments on commit 92c4230

Please sign in to comment.