-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathconfig.example.json
42 lines (41 loc) · 1.21 KB
/
config.example.json
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
31
32
33
34
35
36
37
38
39
40
41
{
"auth": {
"api_key": "test 123"
},
"nlp": {
"num_workers": 2
},
"statsd": {
"port": 9125
},
"redis_cache": {
"url": "redis://127.0.0.1:6379/0"
},
"watson_health_annotator": {
"api_url": "https://us-south.wh-acd.cloud.ibm.com/wh-acd/api",
"api_key": "",
"flow_name": "wh_acd.ibm_clinical_insights_v1.0_standard_flow",
"max_attempts": 5,
"timeout_seconds": 600,
"concepts": {
"umls.Organism": "",
"umls.AminoAcidPeptideOrProtein": "",
"umls.BiologicallyActiveSubstance": "",
"umls.OrganicChemical": "",
"umls.PharmacologicSubstance": "",
"umls.NucleicAcidNucleosideOrNucleotide": "",
"umls.GeneOrGenome": "ACE2",
"umls.Activity": "binding, containing, ...",
"umls.MolecularFunction": "binding, conformational changes, ...",
"umls.Virus": "",
"umls.GeographicArea": "China",
"umls.ImmunologicFactor": "spike protein, integrin",
"umls.DiseaseOrSyndrome": "common colds, SARS ...",
"umls.Receptor": "integrin",
"umls.PathologicFunction": "transmission, ...",
"umls.NaturalPhenomenonOrProcess": "transmission, ...",
"umls.NeoplasticProcess": "",
"icd10Code": ""
}
}
}