Turn on o2 and three mnos in prod

Supporting infrastructure is ready for these two mnos
This commit is contained in:
David McDonald
2021-02-23 13:56:47 +00:00
parent 71bf89bf0c
commit c03ad82227

View File

@@ -534,7 +534,7 @@ class Live(Config):
CRONITOR_ENABLED = True
ENABLED_CBCS = {BroadcastProvider.VODAFONE}
ENABLED_CBCS = {BroadcastProvider.THREE, BroadcastProvider.O2, BroadcastProvider.VODAFONE}
class CloudFoundryConfig(Config):