* adding a file to the QA container to enable easy tracking the version of the currently deployed web client
* adding another visual representation of the QA version
* Set environment URLs in webpack config.
* Provide non NULL dev server
* QA env uses the pq TLD
* Include icons in qa env
* Move base configs to develop.
local configurations should be done in the `./config/local.json` file.
* Fix config override loading to default to development
* Standardize url formatting
* Limit QA settings to those set in production
* Set self hosted in a config
* Specify cloud instead of production
Self hosted and cloud are both production environments.
The ENV setting is used to specify the env type while
NODE_ENV specifies whether development error handling and services.
* Update config instructions
* Remove invalid json
* Change env `production` references to `cloud`
* Fix formatting
* updating the way we are deploying the web qa project
* adding double quotes to try to fix the new image tag
* trying the env var on a multi-line
* fixed the git ref image name in the build workflow
* fixing the the image tag in the qa deploy workflow
* adding in the k8s namespace to the set image
* adding an almost duplicate job to build qa
* adding ~/.npm cache and testing the qa build
* switching the AZ creds to the QA ones for the QA workflow
* fixing initial qa container name
* removing the cache since the self hosted instance needs the instead of the ci
* fixing the testing code
* removing the testing code and renaming some of the jobs
* spilting out the build workflow into build and release workflows. Solves the problem of the incorrect self-hosted version being released
* pinning action versions
* release workflow fixes
* removing unneeded env vars
* normalizing the naming conventions
* one more Docker
* updating the build pipeline for the QA env
* changing the docker build context
* removed commented code
* moving commands to single line
* fixing typo
* removing unneeded build script