File tree Expand file tree Collapse file tree 4 files changed +5
-0
lines changed Expand file tree Collapse file tree 4 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ ECOMMERCE_BASE_URL=''
1616ENABLE_JUMPNAV = ' true'
1717ENABLE_NOTICES = ' '
1818ENTERPRISE_LEARNER_PORTAL_HOSTNAME = ' '
19+ ENTERPRISE_LEARNER_PORTAL_URL = ' '
1920EXAMS_BASE_URL = ' '
2021FAVICON_URL = ' '
2122IGNORED_ERROR_REGEX = ' '
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ ECOMMERCE_BASE_URL='http://localhost:18130'
1616ENABLE_JUMPNAV = ' true'
1717ENABLE_NOTICES = ' '
1818ENTERPRISE_LEARNER_PORTAL_HOSTNAME = ' localhost:8734'
19+ ENTERPRISE_LEARNER_PORTAL_URL = ' http://localhost:8734'
1920EXAMS_BASE_URL = ' '
2021FAVICON_URL = https://edx-cdn.org/v3/default/favicon.ico
2122IGNORED_ERROR_REGEX = ' '
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ ECOMMERCE_BASE_URL='http://localhost:18130'
1616ENABLE_JUMPNAV = ' true'
1717ENABLE_NOTICES = ' '
1818ENTERPRISE_LEARNER_PORTAL_HOSTNAME = ' localhost:8734'
19+ ENTERPRISE_LEARNER_PORTAL_URL = ' http://localhost:8734'
1920EXAMS_BASE_URL = ' http://localhost:18740'
2021FAVICON_URL = https://edx-cdn.org/v3/default/favicon.ico
2122IGNORED_ERROR_REGEX = ' '
@@ -48,3 +49,4 @@ TWITTER_URL='https://twitter.com/edXOnline'
4849USER_INFO_COOKIE_NAME = ' edx-user-info'
4950PRIVACY_POLICY_URL = ' http://localhost:18000/privacy'
5051SHOW_UNGRADED_ASSIGNMENT_PROGRESS = ' '
52+ ENTERPRISE_LEARNER_PORTAL_URL = ' http://localhost:Enterprise'
Original file line number Diff line number Diff line change @@ -170,6 +170,7 @@ initialize({
170170 CREDIT_HELP_LINK_URL : process . env . CREDIT_HELP_LINK_URL || null ,
171171 DISCUSSIONS_MFE_BASE_URL : process . env . DISCUSSIONS_MFE_BASE_URL || null ,
172172 ENTERPRISE_LEARNER_PORTAL_HOSTNAME : process . env . ENTERPRISE_LEARNER_PORTAL_HOSTNAME || null ,
173+ ENTERPRISE_LEARNER_PORTAL_URL : process . env . ENTERPRISE_LEARNER_PORTAL_URL || null ,
173174 ENABLE_JUMPNAV : process . env . ENABLE_JUMPNAV || null ,
174175 ENABLE_NOTICES : process . env . ENABLE_NOTICES || null ,
175176 INSIGHTS_BASE_URL : process . env . INSIGHTS_BASE_URL || null ,
You can’t perform that action at this time.
0 commit comments