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.
86 lines
1.8 KiB
86 lines
1.8 KiB
{ |
|
"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": { |
|
"placeholder": { "url": "http://placeholder:4100" }, |
|
"pip": { "url": "http://pip:4200" }, |
|
"interpolation": { "url": "http://interpolation:4300" }, |
|
"libpostal": { "url": "http://libpostal:4400" } |
|
} |
|
}, |
|
"imports": { |
|
"adminLookup": { |
|
"enabled": true |
|
}, |
|
"geonames": { |
|
"datapath": "/data/geonames", |
|
"countryCode": "AU" |
|
}, |
|
"openstreetmap": { |
|
"download": [ |
|
{ "sourceURL": "http://download.geofabrik.de/australia-oceania/australia-latest.osm.pbf" } |
|
], |
|
"leveldbpath": "/tmp", |
|
"datapath": "/data/openstreetmap", |
|
"import": [{ |
|
"filename": "australia-latest.osm.pbf" |
|
}] |
|
}, |
|
"openaddresses": { |
|
"datapath": "/data/openaddresses", |
|
"files": [ |
|
"au/countrywide.csv" |
|
] |
|
}, |
|
"polyline": { |
|
"datapath": "/data/polylines", |
|
"files": [ "extract.0sv" ] |
|
}, |
|
"whosonfirst": { |
|
"datapath": "/data/whosonfirst", |
|
"importVenues": false, |
|
"importPostalcodes": true, |
|
"importPlace": [ |
|
"85632793" |
|
] |
|
}, |
|
"transit": { |
|
"datapath": "/data/transit", |
|
"feeds": [ |
|
] |
|
}, |
|
"interpolation": { |
|
"download": { |
|
"tiger": { |
|
"datapath": "/data/tiger", |
|
"states": [ |
|
{ "state_code": 53, "county_code": 11, "name": "Clark County, WA" } |
|
] |
|
} |
|
} |
|
} |
|
} |
|
}
|
|
|