fix:更新已知bug,优化代码
This commit is contained in:
@@ -15,8 +15,8 @@
|
||||
return [
|
||||
'default' => [
|
||||
'host' => '127.0.0.1',
|
||||
'password' => null,
|
||||
'password' => getenv('REDIS_PASSWORD'),
|
||||
'port' => 6379,
|
||||
'database' => 3,
|
||||
'database' => 1,
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user