Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
464b741
Update Example Env File
boyleconnor Jun 8, 2021
86d43e6
Update `physical-annotator` to `location-annotator`
boyleconnor Jul 27, 2021
7ce2780
Update `phi-deidentifier` to `phi-deidentifier-example`
boyleconnor Jul 27, 2021
e8dd278
Point phi-deidentifier Image Link to Correct URL
boyleconnor Jul 27, 2021
8d7462c
Bump eslint from 7.28.0 to 7.32.0 in /client
dependabot[bot] Aug 1, 2021
593e7ef
Bump eslint from 7.28.0 to 7.32.0 in /client
dependabot[bot] Aug 1, 2021
5122315
PHYSICAL_ADDRESS -> LOCATION
boyleconnor Aug 17, 2021
7f9bb18
Regenerate Client from updated API Spec
boyleconnor Aug 17, 2021
fc2d869
"Physical Address" -> "Location" in Web Client
boyleconnor Aug 17, 2021
d6f2133
"Physical Address" -> "Location" in docker-compose.yml
boyleconnor Aug 17, 2021
6d76e40
Bump Web Client Version Number
boyleconnor Aug 17, 2021
3e83341
Copy Just Necessary Files in Dockerfile
boyleconnor Aug 17, 2021
6cc5927
Bump @typescript-eslint/eslint-plugin from 4.26.0 to 4.28.5 in /clien…
dependabot[bot] Aug 17, 2021
8c5b196
Bump @openapitools/openapi-generator-cli from 2.3.3 to 2.3.9 (#108)
dependabot[bot] Aug 17, 2021
faeb363
Bump node from 16.2.0-alpine3.12 to 16.6.0-alpine3.12 in /client (#107)
dependabot[bot] Aug 17, 2021
78bf33a
Bump @testing-library/react from 11.2.7 to 12.0.0 in /client (#105)
dependabot[bot] Aug 17, 2021
fb3c381
Bump nginx from 1.21.0-alpine to 1.21.1-alpine in /client (#106)
dependabot[bot] Aug 17, 2021
3694bed
Bump @typescript-eslint/parser from 4.26.0 to 4.28.5 in /client (#111)
dependabot[bot] Aug 17, 2021
95f76ab
Bump web-vitals from 1.1.1 to 2.0.1 in /client (#87)
dependabot[bot] Aug 17, 2021
7250a20
Merge
boyleconnor Aug 17, 2021
c499fd1
Merge branch 'dependabot/npm_and_yarn/client/main/eslint-7.32.0' into…
boyleconnor Aug 17, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,12 @@ PERSON_NAME_ANNOTATOR_PORT=9001

PHYSICAL_ADDRESS_ANNOTATOR_PROTOCOL=http://
PHYSICAL_ADDRESS_ANNOTATOR_HOST=localhost
PHYSICAL_ADDRESS_ANNOTATOR_PORT=9002
PHYSICAL_ADDRESS_ANNOTATOR_PORT=9002

CONTACT_ANNOTATOR_PROTOCOL=http://
CONTACT_ANNOTATOR_HOST=localhost
CONTACT_ANNOTATOR_PORT=9003

ID_ANNOTATOR_PROTOCOL=http://
ID_ANNOTATOR_HOST=localhost
ID_ANNOTATOR_PORT=9004