mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04: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…
x
Reference in New Issue
Block a user