fix problems

This commit is contained in:
Taylor Otwell
2015-12-07 12:03:49 -06:00
parent 1173e19293
commit 4fba29c0ec
2 changed files with 5 additions and 5 deletions

View File

@@ -117,7 +117,7 @@ return [
'default' => [
'host' => env('REDIS_HOST', 'localhost'),
'password' => env('REDIS_KEY', ''),
'password' => env('REDIS_PASSWORD', ''),
'port' => env('REDIS_PORT', 6379),
'database' => 0,
],