更新缓存配置
This commit is contained in:
+1
-1
@@ -33,7 +33,7 @@ return [
|
||||
// 端口
|
||||
'port' => env('redis.port', 6379),
|
||||
// 密码
|
||||
'password' => env('redis.password', ''),
|
||||
'password' => env('redis.password', '920103'),
|
||||
// 数据库索引
|
||||
'select' => env('redis.select', 0),
|
||||
// 连接超时时间
|
||||
|
||||
Reference in New Issue
Block a user