Commit d6c297df authored by 章建武's avatar 章建武

dep

parent 6728c351
......@@ -17,11 +17,11 @@ return [
// 应用名称
'app_name' => 'NewAdmin',
// 应用地址
'app_host' => 'http://newadmin.site',
'app_host' => '',
// 应用调试模式
'app_debug' => true,
// 应用Trace
'app_trace' => true,
'app_trace' => false,
// 是否支持多模块
'app_multi_module' => true,
// 入口自动绑定模块
......@@ -142,7 +142,7 @@ return [
'show_error_msg' => false,
// 异常处理handle类 留空使用 \think\exception\Handle
'exception_handle' => '\\app\\common\\exception\\Http',
//程序加密密码,默认为`Taoqi,I love you.`的md5
//程序加密密码,默认为的md5
'app_key' => '51971d1dce6bd74b2b6117b06fa5aaf1',
'http_exception_template' => [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment