forked from nlpsandbox/phi-deidentifier-example
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.example
30 lines (25 loc) · 787 Bytes
/
.env.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# NLP Sandbox PHI Deidentifier
SERVER_PROTOCOL=http://
SERVER_HOST=localhost
SERVER_PORT=80
## Tool dependencies
### NLP Sandbox Date Annotator
DATE_ANNOTATOR_PROTOCOL=http://
DATE_ANNOTATOR_HOST=localhost
DATE_ANNOTATOR_PORT=9000
### NLP Sandbox Person Name Annotator
PERSON_NAME_ANNOTATOR_PROTOCOL=http://
PERSON_NAME_ANNOTATOR_HOST=localhost
PERSON_NAME_ANNOTATOR_PORT=9001
### NLP Sandbox Physical Address Annotator
PHYSICAL_ADDRESS_ANNOTATOR_PROTOCOL=http://
PHYSICAL_ADDRESS_ANNOTATOR_HOST=localhost
PHYSICAL_ADDRESS_ANNOTATOR_PORT=9002
### NLP Sandbox Contact Annotator
CONTACT_ANNOTATOR_PROTOCOL=http://
CONTACT_ANNOTATOR_HOST=localhost
CONTACT_ANNOTATOR_PORT=9003
### NLP Sandbox ID Annotator
ID_ANNOTATOR_PROTOCOL=http://
ID_ANNOTATOR_HOST=localhost
ID_ANNOTATOR_PORT=9004