Skip to content

Commit 154e56e

Browse files
author
Kapitanov Andrey
committed
ECS-42
1 parent 7ad76d2 commit 154e56e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
/*
66
* Elasticsearch hosts in format http[s]://[user][:pass]@hostname[:9200]
77
*/
8-
'hosts' => explode(',', env('ELASTICSEARCH_HOSTS')),
8+
'hosts' => explode(',', env('ELASTICSEARCH_HOSTS', '')),
99

1010
'retries' => env('ELASTICSEARCH_RETRIES', 1),
1111
'username' => env('ELASTICSEARCH_USERNAME', ''),

0 commit comments

Comments
 (0)