When a learner completes their first section in a course, throw up a modal that celebrates that fact and encourages them to share progress.
20 lines
747 B
Plaintext
20 lines
747 B
Plaintext
NODE_ENV='development'
|
|
ACCESS_TOKEN_COOKIE_NAME='edx-jwt-cookie-header-payload'
|
|
BASE_URL='localhost:2000'
|
|
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:18000'
|
|
ORDER_HISTORY_URL='localhost:1996/orders'
|
|
PORT=2000
|
|
REFRESH_ACCESS_TOKEN_ENDPOINT='http://localhost:18000/login_refresh'
|
|
SEGMENT_KEY=null
|
|
SITE_NAME='edX'
|
|
TWITTER_URL='https://twitter.com/edXOnline'
|
|
STUDIO_BASE_URL='http://localhost:18010'
|
|
USER_INFO_COOKIE_NAME='edx-user-info'
|