Update config

This commit is contained in:
Daniel Supernault 2019-12-08 14:18:18 -07:00
parent e7ad61c047
commit a7c30388d8
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
2 changed files with 2 additions and 2 deletions

View File

@ -70,7 +70,7 @@ return [
'redis' => [
'driver' => 'redis',
'client' => 'predis',
'client' => env('REDIS_CLIENT', 'predis'),
'default' => [
'scheme' => env('REDIS_SCHEME', 'tcp'),

View File

@ -106,7 +106,7 @@ return [
'redis' => [
'client' => 'predis',
'client' => env('REDIS_CLIENT', 'predis'),
'default' => [
'scheme' => env('REDIS_SCHEME', 'tcp'),