Skip to content

Commit 523ec82

Browse files
authored
Merge pull request #107 from edx/dkaplan1/APER-3884_remove-account-and-profile-legacy-django-apps
chore: adding the link to the profile MFE
2 parents 4e42eed + 2583242 commit 523ec82

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

py_configuration_files/lms.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -384,6 +384,7 @@ def should_show_debug_toolbar(request): # lint-amnesty, pylint: disable=missing
384384
############## Settings for Microfrontends #########################
385385
LEARNING_MICROFRONTEND_URL = 'http://localhost:2000'
386386
ACCOUNT_MICROFRONTEND_URL = 'http://localhost:1997'
387+
PROFILE_MICROFRONTEND_URL = 'http://localhost:1995'
387388
COMMUNICATIONS_MICROFRONTEND_URL = 'http://localhost:1984'
388389
AUTHN_MICROFRONTEND_URL = 'http://localhost:1999'
389390
AUTHN_MICROFRONTEND_DOMAIN = 'localhost:1999'

0 commit comments

Comments
 (0)