mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-09 12:42:36 +01:00
Added env value for REDIS_HOST
This commit is contained in:
parent
f1698c2917
commit
e776f439b0
@ -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…
Reference in New Issue
Block a user