We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a445f8 commit c4fcb22Copy full SHA for c4fcb22
README.md
@@ -27,11 +27,13 @@ enju use [node-config](https://github.com/lorenwest/node-config).
27
Read more elasticsearch config at here:
28
[https://www.elastic.co/guide/en/elasticsearch/client/javascript-api/current/configuration.html](https://www.elastic.co/guide/en/elasticsearch/client/javascript-api/current/configuration.html)
29
```json
30
-"enju": {
31
- "indexPrefix": "",
32
- "elasticsearchConfig": {
33
- "apiVersion": "5.6",
34
- "host": "http://localhost:9200"
+{
+ "enju": {
+ "indexPrefix": "",
+ "elasticsearchConfig": {
+ "apiVersion": "5.6",
35
+ "host": "http://localhost:9200"
36
+ }
37
}
38
39
```
0 commit comments