* VAN-408 - Redesign login/register SSO-SAML * VAN-408 - Moved back button to Logistration component * update sign-in messages (#272) * VAN-408 - Added back the third party provider check * VAN-408 - Updated DISABLE_ENTERPRISE_LOGIN value to empty string by default * VAN-408 - Updated event tracking for institution login on register and login pages * VAN-408 - Updated event tracking for institution login on register and login pages * VAN-408 - Fixed Logistration event name test * VAN-408 - Merged redesign-master and resolved tpa conflicts Co-authored-by: Uzair Rasheed <uzairr@yahoo.com>
24 lines
1.1 KiB
Plaintext
24 lines
1.1 KiB
Plaintext
ACCESS_TOKEN_COOKIE_NAME='edx-jwt-cookie-header-payload'
|
|
BASE_URL='http://localhost:1995'
|
|
CREDENTIALS_BASE_URL='http://localhost:18150'
|
|
CSRF_TOKEN_API_PATH='/csrf/api/v1/token'
|
|
ECOMMERCE_BASE_URL='http://localhost:18130'
|
|
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'
|
|
REFRESH_ACCESS_TOKEN_ENDPOINT='http://localhost:18000/login_refresh'
|
|
SEGMENT_KEY=null
|
|
SITE_NAME='edX'
|
|
USER_INFO_COOKIE_NAME='edx-user-info'
|
|
LOGIN_ISSUE_SUPPORT_LINK='https://login-issue-support-url.com'
|
|
USER_SURVEY_COOKIE_NAME='openedx-user-survey-type'
|
|
WELCOME_PAGE_SUPPORT_LINK='http://localhost:1999/welcome'
|
|
DISABLE_ENTERPRISE_LOGIN=''
|