This commit is contained in:
Bianca Severino
2020-12-08 09:48:21 -05:00
committed by GitHub
parent 730703c63d
commit bf90463ec2
9 changed files with 337 additions and 87 deletions

View File

@@ -8,6 +8,7 @@ LANGUAGE_PREFERENCE_COOKIE_NAME='openedx-language-preference'
LMS_BASE_URL='http://localhost:18000'
LOGIN_URL='http://localhost:18000/login'
LOGOUT_URL='http://localhost:18000/logout'
FAVICON_URL='https://edx-cdn.org/v3/default/favicon.ico'
MARKETING_SITE_BASE_URL='http://localhost:18000'
STUDIO_BASE_URL='http://localhost:18010'
ORDER_HISTORY_URL='localhost:1996/orders'