代码功能更新
This commit is contained in:
Executable
+14
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
// +----------------------------------------------------------------------
|
||||
// | Token设置
|
||||
// +----------------------------------------------------------------------
|
||||
return [
|
||||
// 驱动方式
|
||||
'type' => 'Mysql',
|
||||
// 缓存前缀
|
||||
'key' => 'i3d6o32wo8fvs1fvdpwens',
|
||||
// 加密方式
|
||||
'hashalgo' => 'ripemd160',
|
||||
// 缓存有效期 0表示永久缓存
|
||||
'expire' => 0,
|
||||
];
|
||||
Reference in New Issue
Block a user