USGS-WiM/NSSServices

v2.3.0 Release

Closed this issue · 0 comments

We want to do a new release with August migration.

Deploy to dev and test site

  • copy the build/dist folder to the server at D:\applications
  • Add version number or date to the end of the build/dist folder name
  • (If NSS or GageStats Services) update web.config with the correct environment variable
  • Update appsettings.json with the correct credential information based on which server its on, including the db host, db username, db password, and jwt bearer token if applicable. The jwt bearer token should be the same in the gagestats and nss services, and the db information can be found in the WIM keepass
  • In IIS, right click the services in the list and hit "Manage Application" > "Advanced Settings" and update the path to the new build/dist folder.

Added/Changed

Added

  • Added /ApplicationInfos/{state} GET endpoint
  • Added /GeneralInformations/{state} GET endpoint