patches to disable elastic
This commit is contained in:
parent
625a7ff1d8
commit
b5ed434fc3
|
|
@ -1 +1 @@
|
|||
5.11.75
|
||||
5.11.76
|
||||
|
|
@ -5,12 +5,12 @@ return [
|
|||
'connections' => [
|
||||
'default' => [
|
||||
'hosts' => [
|
||||
env('ELASTIC_HOST', null),
|
||||
env('ELASTIC_HOST'),
|
||||
],
|
||||
// configure basic authentication
|
||||
'basicAuthentication' => [
|
||||
env('ELASTIC_USERNAME',''),
|
||||
env('ELASTIC_PASSWORD',''),
|
||||
env('ELASTIC_USERNAME'),
|
||||
env('ELASTIC_PASSWORD'),
|
||||
],
|
||||
// configure HTTP client (Guzzle by default)
|
||||
'httpClientOptions' => [
|
||||
|
|
|
|||
Loading…
Reference in New Issue