From 6917c35c3316bb5191268d3920b3388e06c12f42 Mon Sep 17 00:00:00 2001 From: Ian Olson Date: Sun, 4 Oct 2015 23:46:56 -0500 Subject: [PATCH] Added options to the broadcasting pusher configuration file. --- config/broadcasting.php | 3 +++ 1 file changed, 3 insertions(+) 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 @@ 'key' => env('PUSHER_KEY'), 'secret' => env('PUSHER_SECRET'), 'app_id' => env('PUSHER_APP_ID'), + 'options' => [ + 'encrypted' => env('PUSHER_ENCRYPTED', false) + ], ], 'redis' => [