Added options to the broadcasting pusher configuration file.

This commit is contained in:
Ian Olson
2015-10-04 23:46:56 -05:00
parent b0a22fc511
commit 6917c35c33

View File

@@ -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' => [