feat(api): add rate limiting for API requests
This commit is contained in:
@@ -28,6 +28,7 @@ DEBUG=false
|
||||
CORS_URLS='[]'
|
||||
SERVER_URL="http://localhost:8000"
|
||||
FRONTEND_URL=
|
||||
ENABLE_RATE_LIMIT=true
|
||||
|
||||
# SignalR Settings
|
||||
SIGNALR_NEGOTIATE_TIMEOUT=30
|
||||
|
||||
Reference in New Issue
Block a user