Commit b7c23739 authored by Taylor Otwell's avatar Taylor Otwell

Redis configuration.

parent f8da2892
...@@ -35,6 +35,11 @@ return [ ...@@ -35,6 +35,11 @@ return [
'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