Browse Source

Added options to the broadcasting pusher configuration file.

Ian Olson 8 years ago
parent
commit
6917c35c33
1 changed files with 3 additions and 0 deletions
  1. 3 0
      config/broadcasting.php

+ 3 - 0
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' => [