[9.x] Add client_options to Pusher driver (#5743)
* Add client_options to Pusher driver * Update broadcasting.php Co-authored-by: Taylor Otwell <taylor@laravel.com>
This commit is contained in:
parent
274d1bdd72
commit
c97ba79ab3
|
@ -39,6 +39,9 @@
|
||||||
'cluster' => env('PUSHER_APP_CLUSTER'),
|
'cluster' => env('PUSHER_APP_CLUSTER'),
|
||||||
'useTLS' => true,
|
'useTLS' => true,
|
||||||
],
|
],
|
||||||
|
'client_options' => [
|
||||||
|
// Guzzle client options: https://docs.guzzlephp.org/en/stable/request-options.html
|
||||||
|
],
|
||||||
],
|
],
|
||||||
|
|
||||||
'ably' => [
|
'ably' => [
|
||||||
|
|
Loading…
Reference in New Issue