Revert "Stub out SMS providers on staging for the perf tests"

This commit is contained in:
Leo Hemsted
2019-05-07 15:32:35 +01:00
committed by GitHub
parent a4ae5a0a90
commit fda3f4b41a

View File

@@ -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 }}'