Merge pull request #3499 from alphagov/adjust-sms-provider-priorities

Adjust resting positions for SMS providers
This commit is contained in:
Ben Thorner
2022-04-06 10:49:32 +01:00
committed by GitHub

View File

@@ -161,8 +161,8 @@ class Config(object):
# these should always add up to 100%
SMS_PROVIDER_RESTING_POINTS = {
'mmg': 50,
'firetext': 50
'mmg': 55,
'firetext': 45
}
NOTIFY_SERVICE_ID = 'd6aa2c68-a2d9-4437-ab19-3ae8eb202553'