Fix LMS url

This commit is contained in:
Régis Behmo 2017-09-19 10:54:00 +02:00
parent dad35370f8
commit 52c8301f96
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
"OAUTH_OIDC_ISSUER": "http://localhost:8000/oauth2",
"PLATFORM_NAME": "Open edX Demo Site (Ginkgo)",
"FEATURES": {
"PREVIEW_LMS_BASE": "localhost:8000"
"PREVIEW_LMS_BASE": "openedxdemo.overhang.io"
},
"LMS_ROOT_URL": "http://openedxdemo.overhang.io",
"CMS_ROOT_URL": "http://studio.openedxdemo.overhang.io",