Commit 681cc1dc by Clinton Blackburn

Set LMS_BASE setting for Studio

This allows previews in LMS to work properly.

ECOM-6634
parent ab190a85
......@@ -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({
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment