We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c67a5b commit bb46811Copy full SHA for bb46811
.docs/README.md
@@ -33,7 +33,7 @@ elastica:
33
host: localhost
34
```
35
36
-Full config
+Full config with all possible options.
37
```neon
38
elastica:
39
debug: %debugMode%
@@ -57,9 +57,12 @@ elastica:
57
curl: []
58
headers: []
59
60
+
61
Extension does not pass any unset values to elastica so elastica defaults just work.
62
Take a look to [Elastica docs](https://elastica-docs.readthedocs.io/en/latest/client.html#client-configurations).
63
64
+In docker environment you should use `host: elasticsearch` and `port: 9200` for example.
65
66
## Usage
67
68
Extension registers `Contributte\Elastica\Client` to DI container.
0 commit comments