mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
修改配置文件
This commit is contained in:
parent
2d4e2f9dd8
commit
4aea71f0b0
@ -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,
|
||||||
|
@ -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' => '',
|
|
||||||
];
|
|
Loading…
x
Reference in New Issue
Block a user