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:
Régis Behmo 2019-11-22 12:48:39 +01:00
parent 8a4da972ef
commit 6b378913b4

View File

@ -1 +1,2 @@
FEATURES["ENABLE_COURSE_DISCOVERY"] = True
FEATURES["ENABLE_COURSE_DISCOVERY"] = True
COURSE_CATALOG_API_URL = "http://discovery:8000/api/v1"