From 6995872e31e025708275c317a778e3f70ced224b Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Sun, 23 Sep 2018 16:56:39 -0600 Subject: [PATCH] Update database config, fixes #477 --- config/database.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/database.php b/config/database.php index 2d4e8f818..1b88fbad3 100644 --- a/config/database.php +++ b/config/database.php @@ -112,7 +112,7 @@ return [ 'host' => env('REDIS_HOST', '127.0.0.1'), 'password' => env('REDIS_PASSWORD', null), 'port' => env('REDIS_PORT', 6379), - 'database' => 0, + 'database' => env('REDIS_DATABASE', 0), ], ],