Merge pull request #33972 from openedx/MichaelRoytman/devstack-exams-dashboard-url-setting

fix: correct EXAMS_DATE_MICROFRONTEND_URL devstack setting
This commit is contained in:
Michael Roytman
2024-01-04 12:06:54 -05:00
committed by GitHub

View File

@@ -392,7 +392,7 @@ ACCOUNT_MICROFRONTEND_URL = 'http://localhost:1997'
COMMUNICATIONS_MICROFRONTEND_URL = 'http://localhost:1984'
AUTHN_MICROFRONTEND_URL = 'http://localhost:1999'
AUTHN_MICROFRONTEND_DOMAIN = 'localhost:1999'
EXAMS_DATE_MICROFRONTEND_URL = 'http://localhost:2020'
EXAMS_DASHBOARD_MICROFRONTEND_URL = 'http://localhost:2020'
################### FRONTEND APPLICATION DISCUSSIONS ###################
DISCUSSIONS_MICROFRONTEND_URL = 'http://localhost:2002'