diff --git a/.env b/.env index ab94ddf8..a2631350 100644 --- a/.env +++ b/.env @@ -1,20 +1,3 @@ NODE_ENV='production' -ACCESS_TOKEN_COOKIE_NAME=null -BASE_URL=null -CREDENTIALS_BASE_URL=null -CSRF_TOKEN_API_PATH=null -ECOMMERCE_BASE_URL=null LANGUAGE_PREFERENCE_COOKIE_NAME=null LMS_BASE_URL=null -LOGIN_URL=null -LOGOUT_URL=null -LOGO_URL=null -LOGO_TRADEMARK_URL=null -LOGO_WHITE_URL=null -FAVICON_URL=null -MARKETING_SITE_BASE_URL=null -ORDER_HISTORY_URL=null -REFRESH_ACCESS_TOKEN_ENDPOINT=null -SEGMENT_KEY=null -SITE_NAME=null -USER_INFO_COOKIE_NAME=null diff --git a/.env.development b/.env.development index 0b614de6..cbffc792 100644 --- a/.env.development +++ b/.env.development @@ -1,21 +1,3 @@ NODE_ENV='development' -PORT=8080 -ACCESS_TOKEN_COOKIE_NAME='edx-jwt-cookie-header-payload' -BASE_URL='http://localhost:8080' -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' diff --git a/.env.test b/.env.test index c99e1b99..8c6acedf 100644 --- a/.env.test +++ b/.env.test @@ -1,19 +1,2 @@ -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' diff --git a/.eslintignore b/.eslintignore index 6e1aa5ed..293f446c 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1,4 +1,4 @@ coverage/* dist/ node_modules/ -jest.config.js \ No newline at end of file +jest.config.js diff --git a/.eslintrc.js b/.eslintrc.js index 0e873819..6f4fb65a 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -1,3 +1,3 @@ const { createConfig } = require('@edx/frontend-build'); -module.exports = createConfig('eslint'); \ No newline at end of file +module.exports = createConfig('eslint'); diff --git a/README.rst b/README.rst index 82cbe211..4e162e7b 100644 --- a/README.rst +++ b/README.rst @@ -8,7 +8,7 @@ Set up instructions 1. Clone your new repo: - ``git clone https://github.com/raccoongang/frontend-lib-special-exams.git`` + ``git clone https://github.com/edx/frontend-lib-special-exams.git`` 2. Use node v12.x.