modified 修正默认的Cache前缀以适配File缓存

This commit is contained in:
Zhao 2018-04-19 23:41:25 +08:00
parent 25c9cbbaeb
commit 0398b24b28

2
application/config.php Executable file → Normal file
View File

@ -191,7 +191,7 @@ return [
// 缓存保存目录
'path' => CACHE_PATH,
// 缓存前缀
'prefix' => 'ApiAdmin:',
'prefix' => 'ApiAdmin_',
// 缓存有效期 0表示永久缓存
'expire' => 0,
],