From 2583242b12ca6642220e7d163612b6b71a3c04e3 Mon Sep 17 00:00:00 2001 From: Deborah Kaplan Date: Tue, 11 Feb 2025 15:10:51 +0000 Subject: [PATCH] chore: adding the link to the profile MFE Adding the link to the profile mfe to the base configuration because the legacy pages are gone and will no longer redirect. FIXES: APER-3884 --- py_configuration_files/lms.py | 1 + 1 file changed, 1 insertion(+) diff --git a/py_configuration_files/lms.py b/py_configuration_files/lms.py index 4a5a368c72..9aacd6d266 100644 --- a/py_configuration_files/lms.py +++ b/py_configuration_files/lms.py @@ -384,6 +384,7 @@ def should_show_debug_toolbar(request): # lint-amnesty, pylint: disable=missing ############## Settings for Microfrontends ######################### LEARNING_MICROFRONTEND_URL = 'http://localhost:2000' ACCOUNT_MICROFRONTEND_URL = 'http://localhost:1997' +PROFILE_MICROFRONTEND_URL = 'http://localhost:1995' COMMUNICATIONS_MICROFRONTEND_URL = 'http://localhost:1984' AUTHN_MICROFRONTEND_URL = 'http://localhost:1999' AUTHN_MICROFRONTEND_DOMAIN = 'localhost:1999'