From 48abc8ffb5bd5b061d04680fbae76148ba9aa77e Mon Sep 17 00:00:00 2001 From: David McDonald Date: Tue, 23 Jun 2020 11:09:24 +0100 Subject: [PATCH] Turn on email stub for load testing --- app/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config.py b/app/config.py index 51604e791..4e13a3732 100644 --- a/app/config.py +++ b/app/config.py @@ -468,7 +468,7 @@ 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' + 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'