From 09759e1fe4ff09690d54ab0c155836630dc2ae49 Mon Sep 17 00:00:00 2001 From: David McDonald Date: Tue, 24 Nov 2020 12:12:53 +0000 Subject: [PATCH] Revert "Turn on SMS and email stubs on staging" --- app/config.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/config.py b/app/config.py index 3db92210b..3809a3109 100644 --- a/app/config.py +++ b/app/config.py @@ -490,9 +490,6 @@ 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):