We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f53f4a6 commit 9c50d4dCopy full SHA for 9c50d4d
lms/envs/common.py
@@ -579,7 +579,7 @@
579
# .. toggle_tickets: 'https://github.com/openedx/edx-platform/pull/24908'
580
# .. toggle_warning: Also set settings.AUTHN_MICROFRONTEND_URL for rollout. This temporary feature
581
# toggle does not have a target removal date.
582
-ENABLE_AUTHN_MICROFRONTEND = True
+ENABLE_AUTHN_MICROFRONTEND = os.getenv("EDXAPP_ENABLE_AUTHN_MFE", "false").lower() == "true"
583
584
# .. toggle_name: settings.ENABLE_CATALOG_MICROFRONTEND
585
# .. toggle_implementation: DjangoSetting
0 commit comments