* Update MFE to use the new “brand-openedx” repository. This will allow the MFE to be re-branded by overriding this default implementation. More detail here: https://github.com/edx/brand-openedx * Removing unused frontend-component-header module. This app doesn’t use frontend-component-header. That it was a dependency is confusing and led me to believe I needed to wait for its rebrand to continue - not so. Removing the unused dependency. * Adding quick comment describing the structure of gated_content * Fixing course exit styling * Changing LinkedIn icon * fix: fix Instructor toolbar button styling * Bumping footer, platform, and paragon versions. * Using configured logo and favicon. Co-authored-by: Carla Duarte <cduarte@edx.org>
31 lines
726 B
Bash
31 lines
726 B
Bash
NODE_ENV='production'
|
|
ACCESS_TOKEN_COOKIE_NAME=null
|
|
BASE_URL=null
|
|
CREDENTIALS_BASE_URL=null
|
|
CSRF_TOKEN_API_PATH=null
|
|
ENTERPRISE_LEARNER_PORTAL_HOSTNAME=null
|
|
ECOMMERCE_BASE_URL=null
|
|
INSIGHTS_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
|
|
SOCIAL_UTM_MILESTONE_CAMPAIGN=null
|
|
STUDIO_BASE_URL=null
|
|
SUPPORT_URL=null
|
|
SUPPORT_URL_CALCULATOR_MATH=null
|
|
SUPPORT_URL_ID_VERIFICATION=null
|
|
SUPPORT_URL_VERIFIED_CERTIFICATE=null
|
|
TWITTER_HASHTAG=null
|
|
TWITTER_URL=null
|
|
USER_INFO_COOKIE_NAME=null
|