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.
2 parents 94c8605 + 48919ff commit 013a5c0Copy full SHA for 013a5c0
docs/reference/host-config.md
@@ -29,8 +29,8 @@ Notice that the `ClientBuilder` object allows chaining method calls for brevity.
29
30
```php
31
$hosts = [
32
- '192.168.1.1:9200', // IP + Port
33
- '192.168.1.2', // Just IP
+ '192.0.2.0:9200', // IP + Port
+ '192.0.2.0', // Just IP
34
'mydomain.server.com:9201', // Domain + Port
35
'mydomain2.server.com', // Just Domain
36
'https://localhost', // SSL to localhost
0 commit comments