From e02508d6f71b354e1305e71e9f37d15e8fda91d4 Mon Sep 17 00:00:00 2001 From: Pea Tyczynska Date: Thu, 2 Jul 2020 17:23:50 +0100 Subject: [PATCH] Turn off the sms stub and email stub in staging --- app/config.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/config.py b/app/config.py index 257eaea61..0ada716b0 100644 --- a/app/config.py +++ b/app/config.py @@ -473,9 +473,6 @@ 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):