Skip to content
Snippets Groups Projects
Commit 681cc1dc authored by Clinton Blackburn's avatar Clinton Blackburn
Browse files

Set LMS_BASE setting for Studio

This allows previews in LMS to work properly.

ECOM-6634
parent ab190a85
No related branches found
No related tags found
No related merge requests found
......@@ -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({
......
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