15 lines
No EOL
403 B
PHP
15 lines
No EOL
403 B
PHP
<?php
|
|
|
|
return [
|
|
/*
|
|
|--------------------------------------------------------------------------
|
|
| Guzzle Connections
|
|
|--------------------------------------------------------------------------
|
|
|
|
|
| Configure the timeout to be used for Guzzle connections here.
|
|
*/
|
|
'guzzle' => [
|
|
'timeout' => env('GUZZLE_TIMEOUT', 15),
|
|
'connect_timeout' => env('GUZZLE_CONNECT_TIMEOUT', 5),
|
|
],
|
|
]; |