diff --git a/.env b/.env index 35233ba..bcfb839 100644 --- a/.env +++ b/.env @@ -9,8 +9,8 @@ VITE_APP_DEBUG=0 ########################## # APIs Used By Application ########################## -VITE_WATER_API_URL=http://localhost:8080/cda/reporting +# VITE_WATER_API_URL=http://localhost:8080/cda/reporting # VITE_WATER_API_URL=https://ml-dev.sec.usace.army.mil/nsi-ml/cwms -# VITE_WATER_API_URL=https://a2w-api.rsgis.dev/cwms +VITE_WATER_API_URL=https://a2w.rsgis.dev/cda/reporting VITE_RADAR_API_URL=https://cwms-data.usace.army.mil/cwms-data VITE_MOCK_API_URL=http://localhost \ No newline at end of file diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 602b56a..9adb7b2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: REACT_APP_AUTH_HOST: https://develop-auth.corps.cloud/auth REACT_APP_AUTH_REDIRECT_URL: https://develop-water.corps.cloud # REACT_APP_WATER_API_URL: https://ml-dev.sec.usace.army.mil/nsi-ml/cwms - REACT_APP_WATER_API_URL: https://a2w.rsgis.dev/cda/reporting + VITE_WATER_API_URL: https://a2w.rsgis.dev/cda/reporting REACT_APP_ISDEVELOPMENT: true runs-on: ubuntu-latest strategy: