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' => [
|
'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' => [
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue