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