From 2e4ac1f09ca617fcd201b81792a3c3a1390e8d4e Mon Sep 17 00:00:00 2001 From: Richard Baker Date: Tue, 2 Mar 2021 09:34:35 +0000 Subject: [PATCH] Enable EE Cell Broadcasts in production environment Removes the configuration override for Live, so the base configuration is used, enabling cell broadcasting for all MNOs. Signed-off-by: Richard Baker --- app/config.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/config.py b/app/config.py index 844c6d887..00e3c84c0 100644 --- a/app/config.py +++ b/app/config.py @@ -539,8 +539,6 @@ class Live(Config): CRONITOR_ENABLED = True - ENABLED_CBCS = {BroadcastProvider.THREE, BroadcastProvider.O2, BroadcastProvider.VODAFONE} - class CloudFoundryConfig(Config): pass