* [feat] MICROBA-1523 Add notices redirect to learning MFE To support the notices plugin on platform, this adds a redirect to the course home page. If a user lands on that page and has not acknowledged a notice, the user will be redirected to notice instead of the course home.
41 lines
1.9 KiB
Plaintext
41 lines
1.9 KiB
Plaintext
# See README.rst for explanations of these.
|
|
# If you add a new learning MFE-specific variable, please note it there!
|
|
|
|
NODE_ENV='test'
|
|
ACCESS_TOKEN_COOKIE_NAME='edx-jwt-cookie-header-payload'
|
|
BASE_URL='http://localhost:2000'
|
|
CONTACT_URL='http://localhost:18000/contact'
|
|
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'
|
|
IGNORED_ERROR_REGEX=''
|
|
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'
|
|
LOGO_URL=https://edx-cdn.org/v3/default/logo.svg
|
|
LOGO_TRADEMARK_URL=https://edx-cdn.org/v3/default/logo-trademark.svg
|
|
LOGO_WHITE_URL=https://edx-cdn.org/v3/default/logo-white.svg
|
|
FAVICON_URL=https://edx-cdn.org/v3/default/favicon.ico
|
|
MARKETING_SITE_BASE_URL='http://localhost:18000'
|
|
ORDER_HISTORY_URL='http://localhost:1996/orders'
|
|
PORT=2000
|
|
REFRESH_ACCESS_TOKEN_ENDPOINT='http://localhost:18000/login_refresh'
|
|
SEARCH_CATALOG_URL='http://localhost:18000/courses'
|
|
SEGMENT_KEY=''
|
|
SITE_NAME='edX'
|
|
SOCIAL_UTM_MILESTONE_CAMPAIGN='edxmilestone'
|
|
STUDIO_BASE_URL='http://localhost:18010'
|
|
SUPPORT_URL='https://support.edx.org'
|
|
SUPPORT_URL_CALCULATOR_MATH='https://support.edx.org/hc/en-us/articles/360000038428-Entering-math-expressions-in-assignments-or-the-calculator'
|
|
SUPPORT_URL_ID_VERIFICATION='https://support.edx.org/hc/en-us/articles/206503858-How-do-I-verify-my-identity'
|
|
SUPPORT_URL_VERIFIED_CERTIFICATE='https://support.edx.org/hc/en-us/articles/206502008-What-is-a-verified-certificate'
|
|
TERMS_OF_SERVICE_URL='https://www.edx.org/edx-terms-service'
|
|
TWITTER_HASHTAG='myedxjourney'
|
|
TWITTER_URL='https://twitter.com/edXOnline'
|
|
USER_INFO_COOKIE_NAME='edx-user-info'
|
|
ENABLE_JUMPNAV='true'
|
|
ENABLE_NOTICES=''
|