Skip to content

Commit 7c84159

Browse files
update env
1 parent 551cbf1 commit 7c84159

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

frontends/jest-shared-setup.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,11 @@ setDefaultTimezone("UTC")
1212

1313
// env vars
1414
process.env.NEXT_PUBLIC_MITOL_API_BASE_URL =
15-
"http://api.test.learn.odl.local:8063"
15+
"http://api.test.learn.odl.local:8065"
1616
process.env.NEXT_PUBLIC_MITX_ONLINE_BASE_URL =
17-
"http://api.test.mitxonline.odl.local:8053"
17+
"http://api.test.learn.odl.local:8065/mitxonline"
18+
process.env.NEXT_PUBLIC_MITX_ONLINE_LEGACY_BASE_URL =
19+
"http://mitxonline.odl.local:8065"
1820
process.env.NEXT_PUBLIC_ORIGIN = "http://test.learn.odl.local:8062"
1921
process.env.NEXT_PUBLIC_EMBEDLY_KEY = "fake-embedly-key"
2022

0 commit comments

Comments
 (0)