ENT-287 Track Selection: Enterprise messaging only for catalog courses

This commit is contained in:
asadiqbal
2017-03-29 16:47:46 +05:00
parent 82dea974d0
commit ed33d3b09f
8 changed files with 137 additions and 20 deletions

View File

@@ -1263,3 +1263,7 @@ USER_TASKS_MAX_AGE = timedelta(days=7)
############## Settings for the Enterprise App ######################
ENTERPRISE_ENROLLMENT_API_URL = LMS_ROOT_URL + "/api/enrollment/v1/"
############## Settings for the Discovery App ######################
COURSE_CATALOG_API_URL = None