27 lines
1.1 KiB
Plaintext
27 lines
1.1 KiB
Plaintext
ACCESS_TOKEN_COOKIE_NAME='edx-jwt-cookie-header-payload'
|
|
BASE_URL='localhost:1997'
|
|
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'
|
|
MARKETING_SITE_BASE_URL='http://localhost:5335'
|
|
DEMOGRAPHICS_BASE_URL='http://localhost:18360'
|
|
NODE_ENV='development'
|
|
ORDER_HISTORY_URL='localhost:1996/orders'
|
|
PORT=1997
|
|
REFRESH_ACCESS_TOKEN_ENDPOINT='http://localhost:18000/login_refresh'
|
|
SEGMENT_KEY=null
|
|
SITE_NAME='edX'
|
|
SUPPORT_URL='http://localhost:18000/support'
|
|
USER_INFO_COOKIE_NAME='edx-user-info'
|
|
# Temporary, Remove this once we are ready to release the feature.
|
|
COACHING_ENABLED=true
|
|
ENABLE_DEMOGRAPHICS_COLLECTION=true
|
|
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
|