We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98de222 commit 8fbcd24Copy full SHA for 8fbcd24
1 file changed
doc/00_quick_start.md
@@ -22,9 +22,19 @@ extensions:
22
monolog: Kdyby\Monolog\DI\MonologExtension
23
```
24
25
+### II. Configure
26
27
+Now you need to tell library where is ElasticSearch running. Default values are **localhost**
28
+and port **9200**. That means if you are running ElasticSearch locally with default port, no
29
+need to configure anything.
30
31
+```yaml
32
+spameriElasticSearch:
33
+ host: 192.168.0.14
34
+ port: 9200
35
+```
36
37
+### III.
38
39
40
0 commit comments