Updates for elastic clustering

This commit is contained in:
David Bomba
2025-10-30 12:20:11 +11:00
parent ccce21c0ec
commit bb1a0120ab

View File

@@ -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' => [