Skip to content

Commit

Permalink
fix keycloak test/prod redirect url
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisgsmith committed Aug 23, 2024
1 parent 23c3931 commit 1467199
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .env.production
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ VITE_CWMS_API_URL=https://cwms-data.usace.army.mil/cwms-data
VITE_KC_URL=https://identity.sec.usace.army.mil/auth/
VITE_KC_REALM=cwbi
VITE_KC_CLIENT_ID=midas
VITE_BASE_REDIRECT_URI=https://midas.sec.usace.army.mil/api
1 change: 1 addition & 0 deletions .env.test
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ VITE_CWMS_API_URL=https://cwms-data.usace.army.mil/cwms-data
VITE_KC_URL=https://identity-test.cwbi.us/auth/
VITE_KC_REALM=cwbi
VITE_KC_CLIENT_ID=midas
VITE_BASE_REDIRECT_URI=https://midas-test.cwbi.us/midas

0 comments on commit 1467199

Please sign in to comment.