Skip to content

Commit

Permalink
Merge pull request #232 from USACE/develop
Browse files Browse the repository at this point in the history
stable release v.0.16.0
  • Loading branch information
dennisgsmith authored Aug 15, 2024
2 parents 9268b9c + 3950f85 commit ecc81d0
Show file tree
Hide file tree
Showing 103 changed files with 5,483 additions and 2,434 deletions.
13 changes: 13 additions & 0 deletions .env.production
Original file line number Diff line number Diff line change
@@ -1,7 +1,20 @@
# Application
VITE_ALERT_EDITOR=false
VITE_FORMULA_EDITOR=true
VITE_INSTRUMENT_CHART=true
VITE_CROSS_SECTION=true
VITE_DEVELOPMENT_BANNER=false
VITE_REPORT_DOWNLOAD=false

# API
VITE_API_URL=https://midas.sec.usace.army.mil/api
VITE_URL_BASE_PATH=/midas


# EXTERNAL APIS
VITE_CWMS_API_URL=https://cwms-data.usace.army.mil/cwms-data

# Keycloak
VITE_KC_URL=https://identity.sec.usace.army.mil/auth/
VITE_KC_REALM=cwbi
VITE_KC_CLIENT_ID=midas
12 changes: 12 additions & 0 deletions .env.test
Original file line number Diff line number Diff line change
@@ -1,7 +1,19 @@
# Application
VITE_ALERT_EDITOR=false
VITE_FORMULA_EDITOR=true
VITE_INSTRUMENT_CHART=true
VITE_CROSS_SECTION=true
VITE_DEVELOPMENT_BANNER=false
VITE_REPORT_DOWNLOAD=false

# API
VITE_API_URL=https://midas-test.cwbi.us/api
VITE_URL_BASE_PATH=/midas

# EXTERNAL APIS
VITE_CWMS_API_URL=https://cwms-data.usace.army.mil/cwms-data

# Keycloak
VITE_KC_URL=https://identity-test.cwbi.us/auth/
VITE_KC_REALM=cwbi
VITE_KC_CLIENT_ID=midas
6 changes: 6 additions & 0 deletions .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,14 @@ jobs:
VITE_INSTRUMENT_CHART: true
VITE_CROSS_SECTION: true
VITE_DEVELOPMENT_BANNER: true
VITE_REPORT_DOWNLOAD: true
VITE_API_URL: https://develop-midas-api.rsgis.dev
VITE_CWMS_API_URL: https://cwms-data.usace.army.mil/cwms-data
VITE_URL_BASE_PATH: ''
VITE_KC_URL: https://identity-test.cwbi.us/auth/
VITE_KC_REALM: cwbi
VITE_KC_CLIENT_ID: midas
VITE_BASE_REDIRECT_URI: https://develop-midas.rsgis.dev/
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down
Loading

0 comments on commit ecc81d0

Please sign in to comment.