Added env value for REDIS_HOST
This commit is contained in:
parent
f1698c2917
commit
e776f439b0
1 changed files with 1 additions and 1 deletions
|
|
@ -115,7 +115,7 @@ return [
|
|||
'cluster' => false,
|
||||
|
||||
'default' => [
|
||||
'host' => '127.0.0.1',
|
||||
'host' => env('REDIS_HOST', '127.0.0.1'),
|
||||
'port' => 6379,
|
||||
'database' => 0,
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue