Merge pull request #3139 from alphagov/broadcasts-prod

enable cell broadcast on prod for vodafone only
This commit is contained in:
Leo Hemsted
2021-02-16 11:50:43 +00:00
committed by GitHub

View File

@@ -531,6 +531,9 @@ class Live(Config):
CRONITOR_ENABLED = True
ENABLED_CBCS = {BroadcastProvider.VODAFONE}
class CloudFoundryConfig(Config):
pass