Update database config, fixes #477

This commit is contained in:
Daniel Supernault 2018-09-23 16:56:39 -06:00
parent 0edb4f9c50
commit 6995872e31
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 1 additions and 1 deletions

View File

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