1
0
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:
Hillel Coren 2016-10-09 17:22:25 +03:00
parent f1698c2917
commit e776f439b0

View File

@ -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,
],