fix:修复BUG/升级1.1.6版本
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
return [
|
||||
'default' => [
|
||||
'host' => '127.0.0.1',
|
||||
'password' => getenv('REDIS_PASSWORD'),
|
||||
'password' => get_env('REDIS_PASSWORD'),
|
||||
'port' => 6379,
|
||||
'database' => 1,
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user