fix: correct EXAMS_DATE_MICROFRONTEND_URL devstack setting

This commit corrects the EXAMS_DATE_MICROFRONTEND_URL devstack setting to EXAMS_DASHBOARD_MICROFRONTEND_URL. This ensures that the exams dashboard can load in the Instructor Dashboard when an LTI-based proctoring provider is selected.
This commit is contained in:
michaelroytman
2023-12-22 11:36:07 -05:00
parent 3c1b81c58b
commit 3f65347240

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'