Added LMS_BASE to devstack settings to enable View Live in Studio

This commit is contained in:
Will Daly
2013-11-23 10:42:12 -05:00
parent 90bbb7b1cd
commit 17e54a8a07

View File

@@ -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 ######################################