Skip to content

Commit

Permalink
Update .env
Browse files Browse the repository at this point in the history
  • Loading branch information
PintoGideon authored Jan 30, 2025
1 parent 0b32129 commit 1032506
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
BROWSER="chrome"

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

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

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

0 comments on commit 1032506

Please sign in to comment.