Skip to content

Commit

Permalink
remove pref environment mention
Browse files Browse the repository at this point in the history
  • Loading branch information
aarohinadkarni authored Jan 11, 2024
1 parent 57ddc0d commit 5d7af4f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions DEVNOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ nvm install 16
npm install
```

3. Install configs for an environment. This example is for the perf environment, but you can use values from any environment by looking at the deployed configs in https://duos-k8s.dsde-{%ENV%}.broadinstitute.org/config.json where {%ENV%} is any of `dev`, `staging`, `perf`, `alpha`, or `prod`
3. Install configs for an environment. This example is for the perf environment, but you can use values from any environment by looking at the deployed configs in https://duos-k8s.dsde-{%ENV%}.broadinstitute.org/config.json where {%ENV%} is any of `dev`, `staging`, `alpha`, or `prod`
Remember to set the `env` value appropriately. We use `local` for running via npm, but under docker, we use a real env like `dev`
```
cp config/perf.json public/config.json
cp config/alpha.json public/config.json
```

Ensure that your `/etc/hosts` file has an entry for `local.broadinstitute.org`
Expand Down Expand Up @@ -111,4 +111,4 @@ To run cypress component tests in a browser:
```shell
npm run cypress:open:component
```


0 comments on commit 5d7af4f

Please sign in to comment.