Commit 89608c3b by Sarina Canelake

Merge pull request #9132 from edx/sarina/cypress-course-disc

disable course discovery feature by default in devstack.
parents f0754175 8e25523f
......@@ -153,7 +153,7 @@ COURSE_DISCOVERY_MEANINGS = {
'language': LANGUAGE_MAP,
}
FEATURES['ENABLE_COURSE_DISCOVERY'] = True
FEATURES['ENABLE_COURSE_DISCOVERY'] = False
FEATURES['COURSES_ARE_BROWSEABLE'] = True
HOMEPAGE_COURSE_MAX = 9
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment