mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-03 09:51:11 -05:00
Bump staging rate limit in preparation for Load Tests
This commit is contained in:
@@ -389,6 +389,21 @@ class Staging(Config):
|
|||||||
API_RATE_LIMIT_ENABLED = True
|
API_RATE_LIMIT_ENABLED = True
|
||||||
CHECK_PROXY_HEADER = True
|
CHECK_PROXY_HEADER = True
|
||||||
|
|
||||||
|
API_KEY_LIMITS = {
|
||||||
|
KEY_TYPE_TEAM: {
|
||||||
|
"limit": 21000,
|
||||||
|
"interval": 60
|
||||||
|
},
|
||||||
|
KEY_TYPE_NORMAL: {
|
||||||
|
"limit": 21000,
|
||||||
|
"interval": 60
|
||||||
|
},
|
||||||
|
KEY_TYPE_TEST: {
|
||||||
|
"limit": 21000,
|
||||||
|
"interval": 60
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
class Live(Config):
|
class Live(Config):
|
||||||
NOTIFY_EMAIL_DOMAIN = 'notifications.service.gov.uk'
|
NOTIFY_EMAIL_DOMAIN = 'notifications.service.gov.uk'
|
||||||
|
|||||||
Reference in New Issue
Block a user