Set LMS_BASE setting for Studio

This allows previews in LMS to work properly.

ECOM-6634
This commit is contained in:
Clinton Blackburn
2017-01-25 02:05:13 -05:00
parent ab190a8507
commit 681cc1dc53

View File

@@ -13,6 +13,9 @@ HOST = 'edx.devstack.edxapp:18000'
SITE_NAME = HOST
LMS_ROOT_URL = 'http://{}:18000'.format(HOST)
# This is the public-facing host used for previews
LMS_BASE = 'localhost:18000'
OAUTH_OIDC_ISSUER = '{}/oauth2'.format(LMS_ROOT_URL)
JWT_AUTH.update({