-
Notifications
You must be signed in to change notification settings - Fork 5
/
sample.advanced.config.json
36 lines (36 loc) · 1.14 KB
/
sample.advanced.config.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
{
"Host": "localhost:4853",
"AdminEmail": "[email protected]",
"Admins": [
"admin"
],
"Entrez": {
"Email": "[email protected]",
"APIKey": "1234abcde"
},
"EnableAll": true,
"Mode": "",
"Resources": {
"Cui2VecEmbeddings": "resources/cui2vec_precomputed.bin",
"Cui2VecMappings": "resources/cuis.csv",
"Quiche": "resources/quiche.cache",
"QuickRank": "resources/quickrank/bin/quicklearn"
},
"Services": {
"MetaMapURL": "ielab-metamap",
"ElasticsearchPubMedURL": "ielab-pubmed-index",
"ElasticsearchPubMedUsername": "username-for-elastic-search-index-of-pubmed",
"ElasticsearchPubMedPassword": "pass-for-elastic-search-index-of-pubmed",
"ElasticsearchPubMedUMLSURL": "ielab-pubmed-index",
"ElasticsearchPubMedUMLSUsername": "username-for-elastic-search-index-of-pubmed",
"ElasticsearchPubMedUMLSPassword": "pass-for-elastic-search-index-of-pubmed",
"IndexName": "index-name",
"DefaultPool": 5,
"DefaultRetSize": 5,
"MaxRetSize": 10,
"MaxPool": 10,
"Merged": false,
"Sources": "cui,es"
},
"ExchangeServerAddress": "https://ielab-sysrev3.uqcloud.net/exchange"
}