mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-04 10:21:14 -05:00
Merge pull request #3042 from alphagov/revert-3041-turn-on-sms-email-stubs-staging
Revert "Turn on SMS and email stubs on staging"
This commit is contained in:
@@ -490,9 +490,6 @@ class Staging(Config):
|
|||||||
FROM_NUMBER = 'stage'
|
FROM_NUMBER = 'stage'
|
||||||
API_RATE_LIMIT_ENABLED = True
|
API_RATE_LIMIT_ENABLED = True
|
||||||
CHECK_PROXY_HEADER = 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):
|
class Live(Config):
|
||||||
|
|||||||
Reference in New Issue
Block a user