Commit 48846788 by Clinton Blackburn Committed by GitHub

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

Updated Docker Devstack settings
parents 379d789c 47ae3791
......@@ -13,7 +13,9 @@ HOST = 'edx.devstack.edxapp:18000'
SITE_NAME = HOST
LMS_ROOT_URL = 'http://{}'.format(HOST)
ECOMMERCE_PUBLIC_URL_ROOT = "http://edx.devstack.ecommerce:18130"
ECOMMERCE_PUBLIC_URL_ROOT = 'http://localhost:18130'
ECOMMERCE_API_URL = 'http://edx.devstack.ecommerce:18130/api/v2'
OAUTH_OIDC_ISSUER = '{}/oauth2'.format(LMS_ROOT_URL)
......
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