From bb1a0120ab7b0877d54044954e6ed4dfffc0f87d Mon Sep 17 00:00:00 2001 From: David Bomba Date: Thu, 30 Oct 2025 12:20:11 +1100 Subject: [PATCH] Updates for elastic clustering --- config/elastic.client.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config/elastic.client.php b/config/elastic.client.php index 7f6679fda9..19276dbe75 100644 --- a/config/elastic.client.php +++ b/config/elastic.client.php @@ -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' => [