Skip to content

Commit c97ba79

Browse files
[9.x] Add client_options to Pusher driver (laravel#5743)
* Add client_options to Pusher driver * Update broadcasting.php Co-authored-by: Taylor Otwell <taylor@laravel.com>
1 parent 274d1bd commit c97ba79

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

config/broadcasting.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@
3939
'cluster' => env('PUSHER_APP_CLUSTER'),
4040
'useTLS' => true,
4141
],
42+
'client_options' => [
43+
// Guzzle client options: https://docs.guzzlephp.org/en/stable/request-options.html
44+
],
4245
],
4346

4447
'ably' => [

0 commit comments

Comments
 (0)