diff --git a/cms/envs/common.py b/cms/envs/common.py index 917f6859a6..0cc9886578 100644 --- a/cms/envs/common.py +++ b/cms/envs/common.py @@ -2859,3 +2859,4 @@ derived_collection_entry('EVENT_BUS_PRODUCER_CONFIG', 'org.openedx.content_autho 'course-authoring-xblock-lifecycle', 'enabled') derived_collection_entry('EVENT_BUS_PRODUCER_CONFIG', 'org.openedx.content_authoring.xblock.deleted.v1', 'course-authoring-xblock-lifecycle', 'enabled') +BEAMER_PRODUCT_ID = "" diff --git a/cms/envs/production.py b/cms/envs/production.py index d78971882e..2a77d75d50 100644 --- a/cms/envs/production.py +++ b/cms/envs/production.py @@ -678,3 +678,4 @@ INACTIVE_USER_URL = f'http{"s" if HTTPS == "on" else ""}://{CMS_BASE}' ############## Event bus producer ############## EVENT_BUS_PRODUCER_CONFIG = merge_producer_configs(EVENT_BUS_PRODUCER_CONFIG, ENV_TOKENS.get('EVENT_BUS_PRODUCER_CONFIG', {})) +BEAMER_PRODUCT_ID = ENV_TOKENS.get('BEAMER_PRODUCT_ID', BEAMER_PRODUCT_ID) diff --git a/cms/templates/base.html b/cms/templates/base.html index e910cac839..6907161fff 100644 --- a/cms/templates/base.html +++ b/cms/templates/base.html @@ -188,4 +188,10 @@ from openedx.core.release import RELEASE_LINE <%include file="widgets/segment-io-footer.html" />