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:
alangsto
2020-07-13 16:10:48 -04:00
committed by GitHub
parent c609451d2e
commit 7ea9714a33
10 changed files with 70 additions and 34 deletions

View File

@@ -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