* build: cleanup environment variables Setting 'null' to an empty string '' (which is falsy and the right thing here) * fix: clean up unused dependencies - Removing a number of packages from dependencies that simply were not in use. - Removing 'font-awesome' dependency which we didn't actually need in our stylesheet - we don't use it, though we were importing it and setting a variable from it. Not sure why it was ever there. * fix: remove unused dependency We get 'history' through frontend-platform.
27 lines
562 B
Bash
27 lines
562 B
Bash
NODE_ENV='production'
|
|
ACCESS_TOKEN_COOKIE_NAME=''
|
|
BASE_URL=''
|
|
CREDENTIALS_BASE_URL=''
|
|
CSRF_TOKEN_API_PATH=''
|
|
ECOMMERCE_BASE_URL=''
|
|
LANGUAGE_PREFERENCE_COOKIE_NAME=''
|
|
LMS_BASE_URL=''
|
|
LOGIN_URL=''
|
|
LOGOUT_URL=''
|
|
MARKETING_SITE_BASE_URL=''
|
|
ORDER_HISTORY_URL=''
|
|
REFRESH_ACCESS_TOKEN_ENDPOINT=''
|
|
SEGMENT_KEY=''
|
|
SITE_NAME=''
|
|
USER_INFO_COOKIE_NAME=''
|
|
CONTACT_URL=''
|
|
ENTERPRISE_LEARNER_PORTAL_HOSTNAME=''
|
|
SUPPORT_URL=''
|
|
TERMS_OF_SERVICE_URL=''
|
|
LOGO_URL=''
|
|
LOGO_TRADEMARK_URL=''
|
|
LOGO_WHITE_URL=''
|
|
FAVICON_URL=''
|
|
ENABLE_LEARNER_RECORD_MFE=''
|
|
LEARNER_RECORD_MFE_BASE_URL=''
|