chore: Block & throttle abusive requests (#2706)

Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
This commit is contained in:
Sojan Jose
2021-07-27 21:27:23 +05:30
committed by GitHub
parent 359c3c8ccb
commit b44f9b792b
6 changed files with 87 additions and 10 deletions

View File

@@ -147,6 +147,10 @@ USE_INBOX_AVATAR_FOR_BOT=true
# maxmindb api key to use geoip2 service
# IP_LOOKUP_API_KEY=
## Rack Attack configuration
## To prevent and throttle abusive requests
# ENABLE_RACK_ATTACK=false
## Running chatwoot as an API only server
## setting this value to true will disable the frontend dashboard endpoints