Skip to content

Commit 1032506

Browse files
authored
Update .env
1 parent 0b32129 commit 1032506

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.env

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
BROWSER="chrome"
33

44
# Set CHRIS_UI_URL to the url of the running CUBE API
5-
VITE_CHRIS_UI_URL="http://rc-live.tch.harvard.edu:32222/api/v1/"
6-
VITE_CHRIS_UI_USERS_URL="http://rc-live.tch.harvard.edu:32222/api/v1/users/"
7-
VITE_CHRIS_UI_AUTH_URL="http://rc-live.tch.harvard.edu:32222/api/v1/auth-token/"
5+
VITE_CHRIS_UI_URL="http://localhost:8000/api/v1/"
6+
VITE_CHRIS_UI_USERS_URL="http://localhost:8000/api/v1/users/"
7+
VITE_CHRIS_UI_AUTH_URL="http://localhost:8000/api/v1/auth-token/"
88
VITE_ALPHA_FEATURES='production'
99

1010
# Set PFDCM_URL to the root url of the running pfdcm instance
@@ -18,4 +18,4 @@ VITE_PFDCM_SWIFTKEY="local"
1818
VITE_SOURCEMAP='false'
1919

2020
# Set URL for the store if you want to see it in the sidebar
21-
VITE_CHRIS_STORE_URL= "http://rc-live.tch.harvard.edu:32222/api/v1/"
21+
VITE_CHRIS_STORE_URL= "http://rc-live.tch.harvard.edu:32222/api/v1/"

0 commit comments

Comments
 (0)