patches to disable elastic

This commit is contained in:
David Bomba 2025-05-12 18:31:24 +10:00
parent 625a7ff1d8
commit b5ed434fc3
2 changed files with 4 additions and 4 deletions

View File

@ -1 +1 @@
5.11.75 5.11.76

View File

@ -5,12 +5,12 @@ return [
'connections' => [ 'connections' => [
'default' => [ 'default' => [
'hosts' => [ 'hosts' => [
env('ELASTIC_HOST', null), env('ELASTIC_HOST'),
], ],
// configure basic authentication // configure basic authentication
'basicAuthentication' => [ 'basicAuthentication' => [
env('ELASTIC_USERNAME',''), env('ELASTIC_USERNAME'),
env('ELASTIC_PASSWORD',''), env('ELASTIC_PASSWORD'),
], ],
// configure HTTP client (Guzzle by default) // configure HTTP client (Guzzle by default)
'httpClientOptions' => [ 'httpClientOptions' => [