|
|
|
@ -166,7 +166,7 @@ Elasticsearch port).
|
|
|
|
|
By taking a look at the [default config](https://github.com/pelias/config/blob/master/config/defaults.json#L2), |
|
|
|
|
you can see the Elasticsearch configuration looks something like this: |
|
|
|
|
|
|
|
|
|
```json |
|
|
|
|
```js |
|
|
|
|
{ |
|
|
|
|
"esclient": { |
|
|
|
|
"hosts": [{ |
|
|
|
@ -209,6 +209,7 @@ The other major section, `imports`, defiens settings for each importer. The defa
|
|
|
|
|
"datapath": "/mnt/pelias/whosonfirst" |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
``` |
|
|
|
|
|
|
|
|
|
As you can see, the default datapaths are meant to be changed. This is also where you can enable |
|
|
|
|