Added options to the broadcasting pusher configuration file.
This commit is contained in:
parent
b0a22fc511
commit
6917c35c33
|
|
@ -33,6 +33,9 @@
|
|||
'key' => env('PUSHER_KEY'),
|
||||
'secret' => env('PUSHER_SECRET'),
|
||||
'app_id' => env('PUSHER_APP_ID'),
|
||||
'options' => [
|
||||
'encrypted' => env('PUSHER_ENCRYPTED', false)
|
||||
],
|
||||
],
|
||||
|
||||
'redis' => [
|
||||
|
|
|
|||
Loading…
Reference in New Issue