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),
you can see the Elasticsearch configuration looks something like this:
```json
```js
{
"esclient": {
"hosts": [{
@ -208,6 +208,7 @@ The other major section, `imports`, defiens settings for each importer. The defa
"whosonfirst": {
"datapath": "/mnt/pelias/whosonfirst"
}
}
}
```

Loading…
Cancel
Save