Turn off the sms stub and email stub in staging

This commit is contained in:
Pea Tyczynska
2020-07-02 17:23:50 +01:00
parent 7e4acda633
commit e02508d6f7

View File

@@ -473,9 +473,6 @@ class Staging(Config):
API_RATE_LIMIT_ENABLED = True API_RATE_LIMIT_ENABLED = True
CHECK_PROXY_HEADER = True CHECK_PROXY_HEADER = True
REDIS_ENABLED = 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): class Live(Config):