mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-24 01:11:38 -05:00
Merge pull request #2894 from alphagov/turn-on-stub
Turn on email stub for load testing
This commit is contained in:
@@ -468,7 +468,7 @@ class Staging(Config):
|
||||
API_RATE_LIMIT_ENABLED = True
|
||||
CHECK_PROXY_HEADER = True
|
||||
REDIS_ENABLED = True
|
||||
# SES_STUB_URL = 'https://notify-email-provider-stub-staging.cloudapps.digital/ses'
|
||||
SES_STUB_URL = 'https://notify-email-provider-stub-staging.cloudapps.digital/ses'
|
||||
MMG_URL = 'https://notify-sms-provider-stub-staging.cloudapps.digital/mmg'
|
||||
FIRETEXT_URL = 'https://notify-sms-provider-stub-staging.cloudapps.digital/firetext'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user