We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 225151a commit e279403Copy full SHA for e279403
examples/config.dist.php
@@ -4,6 +4,7 @@
4
'autoload' => __DIR__ . '/vendor/autoload.php',
5
'endpoint' => array(
6
'localhost' => array(
7
+ 'scheme' => 'http', # or https
8
'host' => '127.0.0.1',
9
'port' => 8983,
10
'path' => '/solr/',
0 commit comments