* feat: add language selection chore: update tests so we have less error message test: update test * test: update tests * chore: remove duplicate translation * chore: lint for console * chore: remove comments * chore: make sure the affect url frame refresh after the language selection change * chore: add whole_course_translation and language to courseware meta (#1305) * feat: Add feedback widget UI mock Add unit tests Fix snapshot Clean Sequence component logEvent calls Clean unit test Put feedback widget behind whole course translation flag Fix useFeedbackWidget test * chore: add src and dest translation * feat: first iteration of plugin translation chore: update plugin instruction * feat: Connect FeedbackWidget with backend services (#1325) Connect FeedbackWidget with backend services Move feedback widget to unit translation plugin * feat: Add authentication to WCT feedback endpoints (#1329) * chore: add fetch config and move feedback widget for the plugin chore: rewrite and test the api request chore: rebase chore: update translation feedback chore: test chore: add more tests * chore: rebase * chore: update requested change * chore: update package * chore: upgrade frontend-lib-special-exams and frontend-lib-learning-assistant * chore: update tests * chore: remove unneeded package * chore: update example config * chore: add source-map-loader * fix: feedback widget render error after submit feedback (#1335) * fix: feedback widget render error after submit feedback * fix: widget logic --------- Co-authored-by: Rodrigo Martin <rodrigom_94@hotmail.com>
51 lines
2.3 KiB
Plaintext
51 lines
2.3 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'
|
|
AI_TRANSLATIONS_URL='http://localhost:18760'
|
|
BASE_URL='http://localhost:2000'
|
|
CONTACT_URL='http://localhost:18000/contact'
|
|
CREDENTIALS_BASE_URL='http://localhost:18150'
|
|
CREDIT_HELP_LINK_URL='https://edx.readthedocs.io/projects/edx-guide-for-students/en/latest/SFD_credit_courses.html#keep-track-of-credit-requirements'
|
|
CSRF_TOKEN_API_PATH='/csrf/api/v1/token'
|
|
DISCOVERY_API_BASE_URL='http://localhost:18381'
|
|
DISCUSSIONS_MFE_BASE_URL='http://localhost:2002'
|
|
ECOMMERCE_BASE_URL='http://localhost:18130'
|
|
ENABLE_JUMPNAV='true'
|
|
ENABLE_NEW_SIDEBAR=''
|
|
ENABLE_NOTICES=''
|
|
ENTERPRISE_LEARNER_PORTAL_HOSTNAME='localhost:8734'
|
|
EXAMS_BASE_URL='http://localhost:18740'
|
|
FAVICON_URL=https://edx-cdn.org/v3/default/favicon.ico
|
|
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
|
|
LEGACY_THEME_NAME=''
|
|
MARKETING_SITE_BASE_URL='http://localhost:18000'
|
|
ORDER_HISTORY_URL='http://localhost:1996/orders'
|
|
PORT=2000
|
|
PROCTORED_EXAM_FAQ_URL=''
|
|
PROCTORED_EXAM_RULES_URL=''
|
|
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'
|
|
PRIVACY_POLICY_URL='http://localhost:18000/privacy'
|