Skip to content

Commit 33e3765

Browse files
authored
build: add exams url to envs (openedx#1066)
1 parent a13e7d7 commit 33e3765

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.env

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ ECOMMERCE_BASE_URL=''
1515
ENABLE_JUMPNAV='true'
1616
ENABLE_NOTICES=''
1717
ENTERPRISE_LEARNER_PORTAL_HOSTNAME=''
18+
EXAMS_BASE_URL=''
1819
FAVICON_URL=''
1920
IGNORED_ERROR_REGEX=''
2021
INSIGHTS_BASE_URL=''

.env.development

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ ECOMMERCE_BASE_URL='http://localhost:18130'
1515
ENABLE_JUMPNAV='true'
1616
ENABLE_NOTICES=''
1717
ENTERPRISE_LEARNER_PORTAL_HOSTNAME='localhost:8734'
18+
EXAMS_BASE_URL='http://localhost:18740'
1819
FAVICON_URL=https://edx-cdn.org/v3/default/favicon.ico
1920
IGNORED_ERROR_REGEX=''
2021
LANGUAGE_PREFERENCE_COOKIE_NAME='openedx-language-preference'

.env.test

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ ECOMMERCE_BASE_URL='http://localhost:18130'
1515
ENABLE_JUMPNAV='true'
1616
ENABLE_NOTICES=''
1717
ENTERPRISE_LEARNER_PORTAL_HOSTNAME='localhost:8734'
18+
EXAMS_BASE_URL='http://localhost:18740'
1819
FAVICON_URL=https://edx-cdn.org/v3/default/favicon.ico
1920
IGNORED_ERROR_REGEX=''
2021
LANGUAGE_PREFERENCE_COOKIE_NAME='openedx-language-preference'

0 commit comments

Comments
 (0)