Updated URLs to course-authoring MFE (#24468)
* updated urls to course-authoring MFE * updates for requested changes * updated for pylint errors
This commit is contained in:
@@ -135,7 +135,7 @@ LMS_BASE = "localhost:8000"
|
||||
LMS_ROOT_URL = "http://{}".format(LMS_BASE)
|
||||
FEATURES['PREVIEW_LMS_BASE'] = "preview.localhost"
|
||||
|
||||
COURSE_AUTHORING_MICROFRONTEND_URL = "http://course-authoring-mfe/"
|
||||
COURSE_AUTHORING_MICROFRONTEND_URL = "http://course-authoring-mfe"
|
||||
|
||||
CACHES = {
|
||||
# This is the cache used for most things. Askbot will not work without a
|
||||
|
||||
Reference in New Issue
Block a user