File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
BROWSER = " chrome"
3
3
4
4
# 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/"
8
8
VITE_ALPHA_FEATURES = ' production'
9
9
10
10
# Set PFDCM_URL to the root url of the running pfdcm instance
@@ -18,4 +18,4 @@ VITE_PFDCM_SWIFTKEY="local"
18
18
VITE_SOURCEMAP = ' false'
19
19
20
20
# 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/"
You can’t perform that action at this time.
0 commit comments