Merge pull request #3041 from alphagov/turn-on-sms-email-stubs-staging

Turn on SMS and email stubs on staging
This commit is contained in:
Pea M. Tyczynska
2020-11-23 12:02:15 +00:00
committed by GitHub

View File

@@ -490,6 +490,9 @@ class Staging(Config):
FROM_NUMBER = 'stage'
API_RATE_LIMIT_ENABLED = True
CHECK_PROXY_HEADER = 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):