修改配置

This commit is contained in:
Anyon 2022-02-21 18:14:30 +08:00
parent 65a959a8c5
commit 03e75c9f5e
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@
return [
// 字段名称
'name' => 'PHPSESSID',
'name' => 'ssid',
// 驱动方式
'type' => 'file',
// 存储连接

View File

@ -21,7 +21,7 @@ return [
'auto_rule' => 1,
// 模板目录名
'view_dir_name' => 'view',
// 模板后缀
// 模板文件后缀
'view_suffix' => 'html',
// 模板文件名分隔符
'view_depr' => DIRECTORY_SEPARATOR,