Browse Source

remove json from code with comments, add missing } on other code block

pull/115/head
rmglennon 8 years ago committed by Julian Simioni
parent
commit
ec22f4be11
No known key found for this signature in database
GPG Key ID: 6DAD08919FDBF563
  1. 3
      installing.md

3
installing.md

@ -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), 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: you can see the Elasticsearch configuration looks something like this:
```json ```js
{ {
"esclient": { "esclient": {
"hosts": [{ "hosts": [{
@ -209,6 +209,7 @@ The other major section, `imports`, defiens settings for each importer. The defa
"datapath": "/mnt/pelias/whosonfirst" "datapath": "/mnt/pelias/whosonfirst"
} }
} }
}
``` ```
As you can see, the default datapaths are meant to be changed. This is also where you can enable As you can see, the default datapaths are meant to be changed. This is also where you can enable

Loading…
Cancel
Save