Redis configuration.
This commit is contained in:
parent
f8da2892bd
commit
b7c237397b
|
@ -35,6 +35,11 @@
|
|||
'app_id' => env('PUSHER_APP_ID'),
|
||||
],
|
||||
|
||||
'redis' => [
|
||||
'driver' => 'redis',
|
||||
'connection' => 'default',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
|
|
Loading…
Reference in New Issue