mirror of
https://gitee.com/ulthon/ulthon_information.git
synced 2026-03-03 16:24:28 +08:00
修改配置
This commit is contained in:
@@ -39,7 +39,7 @@ return [
|
||||
// 驱动方式
|
||||
'type' => 'redis',
|
||||
// 服务器地址
|
||||
'host' => '127.0.0.1',
|
||||
'host' => Env::get('cache.redis_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