mirror of
https://gitee.com/ulthon/ulthon_information.git
synced 2026-03-04 00:24:29 +08:00
增加redis密码配置
This commit is contained in:
@@ -42,6 +42,7 @@ return [
|
||||
'host' => '127.0.0.1',
|
||||
'select' => Env::get('cache.redis_select', 0),
|
||||
'prefix' => '',
|
||||
'password' => Env::get('cache.redis_password', ''),
|
||||
],
|
||||
// 更多的缓存连接
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user