Studio login/registration redirects to LMS

This commit is contained in:
Nimisha Asthagiri
2018-12-15 16:25:27 -05:00
parent 0858ae233a
commit 886bc4b20b
27 changed files with 128 additions and 145 deletions

View File

@@ -9,8 +9,8 @@ LOGGING['handlers']['local'] = LOGGING['handlers']['tracking'] = {
LOGGING['loggers']['tracking']['handlers'] = ['console']
LMS_BASE = 'edx.devstack.lms:18000'
CMS_BASE = 'edx.devstack.studio:18010'
LMS_BASE = 'localhost:18000'
CMS_BASE = 'localhost:18010'
LMS_ROOT_URL = 'http://{}'.format(LMS_BASE)
FEATURES.update({