PLAT-1590 Fixes for Docker Devstack e2e tests

This commit is contained in:
Jeremy Bowman
2017-07-26 15:07:57 -04:00
parent 5fea8b8b66
commit 70c0b7bd3d
4 changed files with 8 additions and 6 deletions

View File

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