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 68aa0d5 commit f9cc82eCopy full SHA for f9cc82e
DependencyInjection/Configuration.php
@@ -409,6 +409,9 @@ public function getConfigTreeBuilder()
409
->scalarNode('id')->end()
410
->scalarNode('host')->end()
411
->scalarNode('port')->defaultValue(9200)->end()
412
+ ->scalarNode('transport')->defaultValue('http')->end()
413
+ ->scalarNode('user')->defaultNull()->end()
414
+ ->scalarNode('password')->defaultNull()->end()
415
->end()
416
->validate()
417
->ifTrue(function ($v) {
0 commit comments