mirror of
https://github.com/GSA/notifications-api.git
synced 2026-01-10 04:31:53 -05:00
Merge pull request #2469 from alphagov/stub-staging-sms-providers
Stub out SMS providers on staging for the perf tests
This commit is contained in:
@@ -74,7 +74,13 @@ 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 }}'
|
||||
|
||||
Reference in New Issue
Block a user