Merge pull request #14389 from edx/clintonb/update-devstack-docker-settings

Set LMS_BASE setting for Studio
This commit is contained in:
Clinton Blackburn
2017-01-25 11:45:15 -05:00
committed by GitHub

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({