mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-23 08:51:30 -05:00
Merge pull request #2865 from alphagov/stub-email-and-sms-in-staging
Point API for staging at email and sms stubs for the soak tests.
This commit is contained in:
@@ -468,6 +468,9 @@ 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'
|
||||
MMG_URL = 'https://notify-sms-provider-stub-staging.cloudapps.digital/mmg'
|
||||
FIRETEXT_URL = 'https://notify-sms-provider-stub-staging.cloudapps.digital/firetext'
|
||||
|
||||
|
||||
class Live(Config):
|
||||
|
||||
Reference in New Issue
Block a user