-
Notifications
You must be signed in to change notification settings - Fork 3
/
pelias.json
48 lines (48 loc) · 924 Bytes
/
pelias.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
42
43
44
45
46
47
48
{
"esclient": {
"apiVersion": "7.5",
"hosts": [
{ "host": "elasticsearch" }
]
},
"schema": {
"indexName": "pelias"
},
"api": {
"services": {
"libpostal": {
"url": "http://libpostal:4400"
},
"pip": { "url": "http://pip:4200" }
},
"targets": {
"auto_discover": true
},
"host": "api",
"indexName": "pelias"
},
"imports": {
"adminLookup": {
"enabled": true
},
"csv": {
"datapath": "/data/csv",
"download": [
"https://planninglabs.nyc3.digitaloceanspaces.com/geosearch-data/latest/labs-geosearch-pad-normalized.csv"
]
},
"whosonfirst": {
"datapath": "/data/whosonfirst",
"importPostalcodes": false,
"countryCode": "US",
"importPlace": [
"85977539"
]
}
},
"logger": {
"level": "http",
"timestamp": true,
"colorize": true
}
}