Skip to content

Commit 6917c35

Browse files
author
Ian Olson
committed
Added options to the broadcasting pusher configuration file.
1 parent b0a22fc commit 6917c35

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
@@ -33,6 +33,9 @@
3333
'key' => env('PUSHER_KEY'),
3434
'secret' => env('PUSHER_SECRET'),
3535
'app_id' => env('PUSHER_APP_ID'),
36+
'options' => [
37+
'encrypted' => env('PUSHER_ENCRYPTED', false)
38+
],
3639
],
3740

3841
'redis' => [

0 commit comments

Comments
 (0)