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.
2 parents 124195e + 91d9548 commit 87e433dCopy full SHA for 87e433d
config/config.php
@@ -5,7 +5,7 @@
5
/*
6
* Elasticsearch hosts in format http[s]://[user][:pass]@hostname[:9200]
7
*/
8
- 'hosts' => explode(',', env('ELASTICSEARCH_HOSTS')),
+ 'hosts' => explode(',', env('ELASTICSEARCH_HOSTS', '')),
9
10
'retries' => env('ELASTICSEARCH_RETRIES', 1),
11
'username' => env('ELASTICSEARCH_USERNAME', ''),
0 commit comments