Commit f55d7900 by Brian Beggs Committed by GitHub

Merge pull request #15825 from edx/bbeggs/devstack_forums

Enable forums for docker devstack
parents 8e4ae99e f451c760
...@@ -17,7 +17,7 @@ LMS_ROOT_URL = 'http://{}'.format(LMS_BASE) ...@@ -17,7 +17,7 @@ LMS_ROOT_URL = 'http://{}'.format(LMS_BASE)
FEATURES.update({ FEATURES.update({
'ENABLE_COURSEWARE_INDEX': False, 'ENABLE_COURSEWARE_INDEX': False,
'ENABLE_LIBRARY_INDEX': False, 'ENABLE_LIBRARY_INDEX': False,
'ENABLE_DISCUSSION_SERVICE': False, 'ENABLE_DISCUSSION_SERVICE': True,
}) })
CREDENTIALS_SERVICE_USERNAME = 'credentials_worker' CREDENTIALS_SERVICE_USERNAME = 'credentials_worker'
...@@ -38,7 +38,7 @@ FEATURES.update({ ...@@ -38,7 +38,7 @@ FEATURES.update({
'ENABLE_COURSEWARE_SEARCH': False, 'ENABLE_COURSEWARE_SEARCH': False,
'ENABLE_COURSE_DISCOVERY': False, 'ENABLE_COURSE_DISCOVERY': False,
'ENABLE_DASHBOARD_SEARCH': False, 'ENABLE_DASHBOARD_SEARCH': False,
'ENABLE_DISCUSSION_SERVICE': False, 'ENABLE_DISCUSSION_SERVICE': True,
'SHOW_HEADER_LANGUAGE_SELECTOR': True 'SHOW_HEADER_LANGUAGE_SELECTOR': True
}) })
......
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