Commit ede3202d authored by Taylor Otwell's avatar Taylor Otwell

Merge branch 'master' into develop

parents 48fb9517 8c27cb56
...@@ -117,7 +117,7 @@ return [ ...@@ -117,7 +117,7 @@ return [
'default' => [ 'default' => [
'host' => env('REDIS_HOST', 'localhost'), 'host' => env('REDIS_HOST', 'localhost'),
'password' => env('REDIS_PASSWORD', ''), 'password' => env('REDIS_PASSWORD', null),
'port' => env('REDIS_PORT', 6379), 'port' => env('REDIS_PORT', 6379),
'database' => 0, 'database' => 0,
], ],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment