Redis configuration.

This commit is contained in:
Taylor Otwell
2015-04-27 15:52:54 -05:00
parent f8da2892bd
commit b7c237397b

View File

@@ -35,6 +35,11 @@ return [
'app_id' => env('PUSHER_APP_ID'), 'app_id' => env('PUSHER_APP_ID'),
], ],
'redis' => [
'driver' => 'redis',
'connection' => 'default',
],
], ],
]; ];