修改配置文件

This commit is contained in:
Anyon 2020-01-11 17:00:23 +08:00
parent 2d4e2f9dd8
commit 4aea71f0b0
2 changed files with 1 additions and 22 deletions

View File

@ -22,7 +22,7 @@ return [
'domain' => '', 'domain' => '',
// cookie 启用安全传输 // cookie 启用安全传输
'secure' => false, 'secure' => false,
// httponly设置 // httponly 设置
'httponly' => false, 'httponly' => false,
// 是否使用 setcookie // 是否使用 setcookie
'setcookie' => true, 'setcookie' => true,

View File

@ -1,21 +0,0 @@
<?php
// +----------------------------------------------------------------------
// | ThinkAdmin
// +----------------------------------------------------------------------
// | 版权所有 2014~2020 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
// +----------------------------------------------------------------------
// | 官方网站: http://demo.thinkadmin.top
// +----------------------------------------------------------------------
// | 开源协议 ( https://mit-license.org )
// +----------------------------------------------------------------------
// | gitee 代码仓库https://gitee.com/zoujingli/ThinkAdmin
// | github 代码仓库https://github.com/zoujingli/ThinkAdmin
// +----------------------------------------------------------------------
return [
// 内置Html和Console两种方式 支持扩展
'type' => 'Html',
// 读取的日志通道名
'channel' => '',
];