Commit f87018c5 by Clinton Blackburn Committed by GitHub

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

Set LMS_BASE setting for Studio
parents e887770b 681cc1dc
...@@ -13,6 +13,9 @@ HOST = 'edx.devstack.edxapp:18000' ...@@ -13,6 +13,9 @@ HOST = 'edx.devstack.edxapp:18000'
SITE_NAME = HOST SITE_NAME = HOST
LMS_ROOT_URL = 'http://{}:18000'.format(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) OAUTH_OIDC_ISSUER = '{}/oauth2'.format(LMS_ROOT_URL)
JWT_AUTH.update({ 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