Skip to content

Commit

Permalink
FI-1995: mention new env var in README
Browse files Browse the repository at this point in the history
  • Loading branch information
dehall committed Jun 21, 2023
1 parent dab65d7 commit 1552674
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,12 @@ Run without terminology validation:
docker run -p 4567:4567 --env DISABLE_TX=true hl7_validator
```

By default, the validator will return errors when a code display doesn't match the expected value from the terminology server. To return warnings instead:

```shell script
docker run -p 4567:4567 --env DISPLAY_ISSUES_ARE_WARNINGS=true hl7_validator
```

## Creating an Uber Jar

An uber jar can be created with:
Expand Down

0 comments on commit 1552674

Please sign in to comment.