diff --git a/config/broadcasting.php b/config/broadcasting.php index 36f9b3c1..c6dab314 100644 --- a/config/broadcasting.php +++ b/config/broadcasting.php @@ -33,6 +33,9 @@ return [ 'key' => env('PUSHER_KEY'), 'secret' => env('PUSHER_SECRET'), 'app_id' => env('PUSHER_APP_ID'), + 'options' => [ + 'encrypted' => env('PUSHER_ENCRYPTED', false) + ], ], 'redis' => [