chore: make api rate limit configurable through environment variable (#6730)
This commit is contained in:
parent
6157900b23
commit
9ba2ed7d89
5 changed files with 15 additions and 2 deletions
|
|
@ -41,3 +41,6 @@ NGINX_PORT=80
|
|||
|
||||
# Force HTTPS for handling SSL Termination
|
||||
MINIO_ENDPOINT_SSL=0
|
||||
|
||||
# API key rate limit
|
||||
API_KEY_RATE_LIMIT="60/minute"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue