Skip to content

Commit bb46811

Browse files
committed
Docs: improvements [closes #9]
1 parent 7c67a5b commit bb46811

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.docs/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ elastica:
3333
host: localhost
3434
```
3535

36-
Full config
36+
Full config with all possible options.
3737
```neon
3838
elastica:
3939
debug: %debugMode%
@@ -57,9 +57,12 @@ elastica:
5757
curl: []
5858
headers: []
5959
```
60+
6061
Extension does not pass any unset values to elastica so elastica defaults just work.
6162
Take a look to [Elastica docs](https://elastica-docs.readthedocs.io/en/latest/client.html#client-configurations).
6263

64+
In docker environment you should use `host: elasticsearch` and `port: 9200` for example.
65+
6366
## Usage
6467

6568
Extension registers `Contributte\Elastica\Client` to DI container.

0 commit comments

Comments
 (0)