Skip to content

Commit e279403

Browse files
hendrowicaksonoMarkus Kalkbrenner
authored andcommitted
Add scheme option in sample configuration (#676)
Add scheme option in sample configuration (examples/config.dist.php)
1 parent 225151a commit e279403

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/config.dist.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
'autoload' => __DIR__ . '/vendor/autoload.php',
55
'endpoint' => array(
66
'localhost' => array(
7+
'scheme' => 'http', # or https
78
'host' => '127.0.0.1',
89
'port' => 8983,
910
'path' => '/solr/',

0 commit comments

Comments
 (0)