Skip to content

Commit

Permalink
Merge pull request laravel#75 from dam1r89/es-default-value
Browse files Browse the repository at this point in the history
Default value for elasticsearch host
  • Loading branch information
taylorotwell authored Sep 20, 2016
2 parents 454c452 + 4924dbe commit 55d8986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/scout.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@

'config' => [
'hosts' => [
env('ELASTICSEARCH_HOST'),
env('ELASTICSEARCH_HOST', 'localhost'),
],
],
],
Expand Down

0 comments on commit 55d8986

Please sign in to comment.