Commit 7d4115f0 authored by Damien Criado's avatar Damien Criado Committed by GitHub

Fix `AUTH` failed: ERR Client sent AUTH

parent 4c6e4771
......@@ -111,7 +111,7 @@ return [
'default' => [
'host' => env('REDIS_HOST', '127.0.0.1'),
'password' => env('REDIS_PASSWORD', ''),
'password' => env('REDIS_PASSWORD', null),
'port' => env('REDIS_PORT', 6379),
'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