diff --git a/bento_beacon/config_files/config.py b/bento_beacon/config_files/config.py index 7eaa3db..d3d9c51 100644 --- a/bento_beacon/config_files/config.py +++ b/bento_beacon/config_files/config.py @@ -26,7 +26,7 @@ class Config: BEACON_ID = ".".join(reversed(BENTO_DOMAIN.split("."))) + ".beacon" BEACON_NAME = os.environ.get("BENTO_PUBLIC_CLIENT_NAME", "Bento") + " Beacon" - BEACON_UI_ENABLED = os.environ.get("BENTO_BEACON_UI_ENABLED") + BEACON_UI_ENABLED = os.environ.get("BENTO_BEACON_UI_ENABLED").lower() in ('true', '1', 't') BEACON_UI_URL = BENTO_PUBLIC_URL + "/#/en/beacon" ENTRY_TYPES_DETAILS = {