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=''
16
16
ENABLE_JUMPNAV = ' true'
17
17
ENABLE_NOTICES = ' '
18
18
ENTERPRISE_LEARNER_PORTAL_HOSTNAME = ' '
19
+ ENTERPRISE_LEARNER_PORTAL_URL = ' '
19
20
EXAMS_BASE_URL = ' '
20
21
FAVICON_URL = ' '
21
22
IGNORED_ERROR_REGEX = ' '
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ ECOMMERCE_BASE_URL='http://localhost:18130'
16
16
ENABLE_JUMPNAV = ' true'
17
17
ENABLE_NOTICES = ' '
18
18
ENTERPRISE_LEARNER_PORTAL_HOSTNAME = ' localhost:8734'
19
+ ENTERPRISE_LEARNER_PORTAL_URL = ' http://localhost:8734'
19
20
EXAMS_BASE_URL = ' '
20
21
FAVICON_URL = https://edx-cdn.org/v3/default/favicon.ico
21
22
IGNORED_ERROR_REGEX = ' '
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ ECOMMERCE_BASE_URL='http://localhost:18130'
16
16
ENABLE_JUMPNAV = ' true'
17
17
ENABLE_NOTICES = ' '
18
18
ENTERPRISE_LEARNER_PORTAL_HOSTNAME = ' localhost:8734'
19
+ ENTERPRISE_LEARNER_PORTAL_URL = ' http://localhost:8734'
19
20
EXAMS_BASE_URL = ' http://localhost:18740'
20
21
FAVICON_URL = https://edx-cdn.org/v3/default/favicon.ico
21
22
IGNORED_ERROR_REGEX = ' '
@@ -48,3 +49,4 @@ TWITTER_URL='https://twitter.com/edXOnline'
48
49
USER_INFO_COOKIE_NAME = ' edx-user-info'
49
50
PRIVACY_POLICY_URL = ' http://localhost:18000/privacy'
50
51
SHOW_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({
170
170
CREDIT_HELP_LINK_URL : process . env . CREDIT_HELP_LINK_URL || null ,
171
171
DISCUSSIONS_MFE_BASE_URL : process . env . DISCUSSIONS_MFE_BASE_URL || null ,
172
172
ENTERPRISE_LEARNER_PORTAL_HOSTNAME : process . env . ENTERPRISE_LEARNER_PORTAL_HOSTNAME || null ,
173
+ ENTERPRISE_LEARNER_PORTAL_URL : process . env . ENTERPRISE_LEARNER_PORTAL_URL || null ,
173
174
ENABLE_JUMPNAV : process . env . ENABLE_JUMPNAV || null ,
174
175
ENABLE_NOTICES : process . env . ENABLE_NOTICES || null ,
175
176
INSIGHTS_BASE_URL : process . env . INSIGHTS_BASE_URL || null ,
You can’t perform that action at this time.
0 commit comments