Skip to content
Snippets Groups Projects
Commit 93823db3 authored by Will Daly's avatar Will Daly
Browse files

Merge pull request #1756 from edx/will/devstack-view-live

Added LMS_BASE to devstack settings to enable View Live in Studio
parents b996cae1 17e54a8a
No related merge requests found
......@@ -23,7 +23,8 @@ EMAIL_BACKEND = 'django.core.mail.backends.console.EmailBackend'
################################# LMS INTEGRATION #############################
MITX_FEATURES['PREVIEW_LMS_BASE'] = "preview.localhost:8000"
LMS_BASE = "localhost:8000"
MITX_FEATURES['PREVIEW_LMS_BASE'] = "preview." + LMS_BASE
################################# CELERY ######################################
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment