默认关闭调试模式

This commit is contained in:
thinkphp
2017-07-04 09:10:01 +08:00
parent 6e94f2eae7
commit 94f535f293

View File

@@ -7,7 +7,7 @@ return [
// 默认Host地址
'app_host' => '',
// 应用调试模式
'app_debug' => true,
'app_debug' => false,
// 应用Trace
'app_trace' => false,
// 应用模式状态