Skip to content

Commit 87e433d

Browse files
authored
Merge pull request #41 from ensi-platform/ecs-42
ECS-42 ELASTICSEARCH_HOSTS default config
2 parents 124195e + 91d9548 commit 87e433d

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)