WS-1740 add course recommendations to celebration page (experiment) (#376)

* WS-1740 add course recommendations to celebration page (experiment)
This commit is contained in:
Rebecca Graber
2021-03-08 10:07:08 -05:00
committed by GitHub
parent c650283446
commit 3450570d7e
16 changed files with 573 additions and 61 deletions

View File

@@ -3,6 +3,7 @@ ACCESS_TOKEN_COOKIE_NAME='edx-jwt-cookie-header-payload'
BASE_URL='http://localhost:2000'
CREDENTIALS_BASE_URL='http://localhost:18150'
CSRF_TOKEN_API_PATH='/csrf/api/v1/token'
DISCOVERY_API_BASE_URL='http://localhost:18381'
ECOMMERCE_BASE_URL='http://localhost:18130'
ENTERPRISE_LEARNER_PORTAL_HOSTNAME='localhost:8734'
LANGUAGE_PREFERENCE_COOKIE_NAME='openedx-language-preference'