From fda3f4b41a783ce62fe08a24a4ec6e9be67ac7b8 Mon Sep 17 00:00:00 2001 From: Leo Hemsted Date: Tue, 7 May 2019 15:32:35 +0100 Subject: [PATCH] Revert "Stub out SMS providers on staging for the perf tests" --- manifest.yml.j2 | 6 ------ 1 file changed, 6 deletions(-) diff --git a/manifest.yml.j2 b/manifest.yml.j2 index 75b6d3c6a..2d94b5548 100644 --- a/manifest.yml.j2 +++ b/manifest.yml.j2 @@ -86,13 +86,7 @@ applications: ZENDESK_API_KEY: '{{ ZENDESK_API_KEY }}' - {% if environment == 'staging' %} - MMG_URL: 'https://notify-sms-provider-stub-staging.cloudapps.digital/mmg' - FIRETEXT_URL: 'https://notify-sms-provider-stub-staging.cloudapps.digital/firetext' - {% else %} MMG_URL: '{{ MMG_URL }}' - {% endif %} - MMG_API_KEY: '{{ MMG_API_KEY }}' MMG_INBOUND_SMS_AUTH: '{{ MMG_INBOUND_SMS_AUTH | tojson }}' MMG_INBOUND_SMS_USERNAME: '{{ MMG_INBOUND_SMS_USERNAME | tojson }}'