同步配置

This commit is contained in:
邹景立 2022-11-16 11:52:35 +08:00
parent a47ef73a5b
commit d32c23432d
2 changed files with 15 additions and 1 deletions

View File

@ -33,5 +33,19 @@ return [
// 序列化机制
'serialize' => [],
],
'safe' => [
// 驱动方式
'type' => 'File',
// 缓存保存目录
'path' => with_path('safefile/cache/'),
// 缓存名称前缀
'prefix' => '',
// 缓存有效期 0 表示永久缓存
'expire' => 0,
// 缓存标签前缀
'tag_prefix' => 'tag:',
// 序列化机制
'serialize' => [],
],
],
];

File diff suppressed because one or more lines are too long