Skip to content

Commit

Permalink
Merge pull request #107 from edx/dkaplan1/APER-3884_remove-account-an…
Browse files Browse the repository at this point in the history
…d-profile-legacy-django-apps

chore: adding the link to the profile MFE
  • Loading branch information
deborahgu authored Feb 11, 2025
2 parents 4e42eed + 2583242 commit 523ec82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions py_configuration_files/lms.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 523ec82

Please sign in to comment.