We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4e42eed + 2583242 commit 523ec82Copy full SHA for 523ec82
py_configuration_files/lms.py
@@ -384,6 +384,7 @@ def should_show_debug_toolbar(request): # lint-amnesty, pylint: disable=missing
384
############## Settings for Microfrontends #########################
385
LEARNING_MICROFRONTEND_URL = 'http://localhost:2000'
386
ACCOUNT_MICROFRONTEND_URL = 'http://localhost:1997'
387
+PROFILE_MICROFRONTEND_URL = 'http://localhost:1995'
388
COMMUNICATIONS_MICROFRONTEND_URL = 'http://localhost:1984'
389
AUTHN_MICROFRONTEND_URL = 'http://localhost:1999'
390
AUTHN_MICROFRONTEND_DOMAIN = 'localhost:1999'
0 commit comments