Skip to content

Commit

Permalink
add env for oauth redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
devincowan committed Nov 14, 2023
1 parent 19181fe commit bc89ba1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/env.template
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ ALLOW_ORIGINS='["http://localhost:*"]'

VITE_APP_NAME=subsetter
VITE_APP_API_HOST=localhost
VITE_APP_API_URL=https://${VITE_APP_API_HOST}/api
VITE_APP_API_URL=https://${VITE_APP_API_HOST}/api
OAUTH2_REDIRECT_URl=${VITE_APP_API_URL}/auth/cuahsi/callback

0 comments on commit bc89ba1

Please sign in to comment.