mirror of
https://gitee.com/apiadmin/ApiAdmin.git
synced 2025-04-06 03:58:00 +08:00
modified 修正默认的Cache前缀以适配File缓存
This commit is contained in:
parent
25c9cbbaeb
commit
0398b24b28
2
application/config.php
Executable file → Normal file
2
application/config.php
Executable file → Normal file
@ -191,7 +191,7 @@ return [
|
|||||||
// 缓存保存目录
|
// 缓存保存目录
|
||||||
'path' => CACHE_PATH,
|
'path' => CACHE_PATH,
|
||||||
// 缓存前缀
|
// 缓存前缀
|
||||||
'prefix' => 'ApiAdmin:',
|
'prefix' => 'ApiAdmin_',
|
||||||
// 缓存有效期 0表示永久缓存
|
// 缓存有效期 0表示永久缓存
|
||||||
'expire' => 0,
|
'expire' => 0,
|
||||||
],
|
],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user