Commit b7c23739 authored by Taylor Otwell's avatar Taylor Otwell

Redis configuration.

parent f8da2892
...@@ -30,11 +30,16 @@ return [ ...@@ -30,11 +30,16 @@ return [
'pusher' => [ 'pusher' => [
'driver' => 'pusher', 'driver' => 'pusher',
'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'),
], ],
'redis' => [
'driver' => 'redis',
'connection' => 'default',
],
], ],
]; ];
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