Fix catalog API url in the LMS
The LMS should use an internal url to point to the discovery service.
This commit is contained in:
parent
8a4da972ef
commit
6b378913b4
@ -1 +1,2 @@
|
||||
FEATURES["ENABLE_COURSE_DISCOVERY"] = True
|
||||
FEATURES["ENABLE_COURSE_DISCOVERY"] = True
|
||||
COURSE_CATALOG_API_URL = "http://discovery:8000/api/v1"
|
||||
Loading…
x
Reference in New Issue
Block a user