Skip to content

Commit 8ee2bc9

Browse files
committed
[DOCS] "password" param should be "password"
1 parent 451f985 commit 8ee2bc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/configuration.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ $hosts = [
7171
'port' => '9200',
7272
'scheme' => 'https',
7373
'user' => 'username',
74-
'password' => 'password!#$?*abc'
74+
'pass' => 'password!#$?*abc'
7575
],
7676
7777
// This is equal to "http://localhost:9200/"

0 commit comments

Comments
 (0)