Skip to content

Commit 8fbcd24

Browse files
committed
QuickStart guide - Configure ES url
1 parent 98de222 commit 8fbcd24

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

doc/00_quick_start.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,19 @@ extensions:
2222
monolog: Kdyby\Monolog\DI\MonologExtension
2323
```
2424

25+
### II. Configure
2526

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.
2630

31+
```yaml
32+
spameriElasticSearch:
33+
host: 192.168.0.14
34+
port: 9200
35+
```
2736

37+
### III.
2838

2939

3040

0 commit comments

Comments
 (0)