[9.x] Add client_options to Pusher driver (#5743)

* Add client_options to Pusher driver

* Update broadcasting.php

Co-authored-by: Taylor Otwell <[email protected]>
This commit is contained in:
rennokki
2021-12-08 07:58:10 -06:00
committed by GitHub
co-authored by Taylor Otwell
parent 274d1bdd72
commit c97ba79ab3
+3
View File
@@ -39,6 +39,9 @@ return [
'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' => [