mirror of https://github.com/pelias/docker.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
91 lines
2.0 KiB
91 lines
2.0 KiB
6 years ago
|
{
|
||
|
"logger": {
|
||
|
"level": "info",
|
||
|
"timestamp": false
|
||
|
},
|
||
|
"esclient": {
|
||
|
"hosts": [
|
||
|
{ "host": "elasticsearch" }
|
||
|
]
|
||
|
},
|
||
|
"elasticsearch": {
|
||
|
"settings": {
|
||
|
"index": {
|
||
|
"refresh_interval": "10s",
|
||
|
"number_of_replicas": "0",
|
||
|
"number_of_shards": "3"
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"acceptance-tests": {
|
||
|
"endpoints": {
|
||
|
"docker": "http://api:4000/v1/"
|
||
|
}
|
||
|
},
|
||
|
"api": {
|
||
|
"textAnalyzer": "libpostal",
|
||
|
"services": {
|
||
|
"pip": { "url": "http://pip-service:4200" },
|
||
|
"libpostal": { "url": "http://libpostal:8080" },
|
||
|
"placeholder": { "url": "http://placeholder:4100" },
|
||
|
"interpolation": { "url": "http://interpolation:4300" }
|
||
|
}
|
||
|
},
|
||
|
"imports": {
|
||
|
"adminLookup": {
|
||
|
"enabled": true
|
||
|
},
|
||
|
"geonames": {
|
||
|
"datapath": "/data/geonames",
|
||
|
"countryCode": "ZA"
|
||
|
},
|
||
|
"openstreetmap": {
|
||
|
"download": [
|
||
|
{ "sourceURL": "http://download.geofabrik.de/africa/south-africa-latest.osm.pbf" }
|
||
|
],
|
||
|
"leveldbpath": "/tmp",
|
||
|
"datapath": "/data/openstreetmap",
|
||
|
"import": [{
|
||
|
"filename": "south-africa-latest.osm.pbf"
|
||
|
}]
|
||
|
},
|
||
|
"openaddresses": {
|
||
|
"datapath": "/data/openaddresses",
|
||
|
"files": [
|
||
|
"za/ec/nelson_mandela_bay.csv",
|
||
|
"za/gt/ekurhuleni.csv",
|
||
|
"za/gt/tshwane.csv",
|
||
|
"za/nl/ethekwini.csv",
|
||
|
"za/wc/cape_town.csv"
|
||
|
]
|
||
|
},
|
||
|
"polyline": {
|
||
|
"datapath": "/data/polylines",
|
||
|
"files": [ "extract.0sv" ]
|
||
|
},
|
||
|
"whosonfirst": {
|
||
|
"datapath": "/data/whosonfirst",
|
||
|
"importVenues": false,
|
||
|
"importPostalcodes": true,
|
||
|
"importPlace": [
|
||
|
"85633813"
|
||
|
]
|
||
|
},
|
||
|
"transit": {
|
||
|
"datapath": "/data/transit",
|
||
|
"feeds": [
|
||
|
]
|
||
|
},
|
||
|
"interpolation": {
|
||
|
"download": {
|
||
|
"tiger": {
|
||
|
"datapath": "/data/tiger",
|
||
|
"states": [
|
||
|
{ "state_code": 41, "county_code": 67, "name": "Washington County, OR" }
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|