[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:
rennokki
2021-12-08 15:58:10 +02:00
committed by GitHub
parent 274d1bdd72
commit c97ba79ab3

View File

@@ -39,6 +39,9 @@ return [
'cluster' => env('PUSHER_APP_CLUSTER'),
'useTLS' => true,
],
'client_options' => [
// Guzzle client options: https://docs.guzzlephp.org/en/stable/request-options.html
],
],
'ably' => [