mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2026-03-03 00:47:02 +00:00
Updates for elastic clustering
This commit is contained in:
@@ -5,7 +5,9 @@ return [
|
||||
'connections' => [
|
||||
'default' => [
|
||||
'hosts' => [
|
||||
env('ELASTIC_HOST', 'https://localhost:9200'),
|
||||
env('ELASTIC_HOST', 'http://localhost:9200'),
|
||||
env('ELASTIC_HOST_2', 'http://localhost:9200'),
|
||||
env('ELASTIC_HOST_3', 'http://localhost:9200'),
|
||||
],
|
||||
// configure basic authentication
|
||||
'basicAuthentication' => [
|
||||
|
||||
Reference in New Issue
Block a user