Commit 6917c35c authored by Ian Olson's avatar Ian Olson

Added options to the broadcasting pusher configuration file.

parent b0a22fc5
...@@ -33,6 +33,9 @@ return [ ...@@ -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' => [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment