diff --git a/py_configuration_files/lms.py b/py_configuration_files/lms.py index 4a5a368c..9aacd6d2 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'