Pre Merge pull request !90 from F4NNIU/disable_trace

pull/90/MERGE
F4NNIU 2018-12-27 17:47:23 +08:00
commit f3509c0f7c
2 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,5 @@
[app]
debug = false
trace = false
[database]
hostname = 127.0.0.1

View File

@ -19,7 +19,7 @@ return [
'app_namespace' => 'app',
// 应用调试模式
'app_debug' => Env::get('app.debug', false),
// 应用Trace
// 应用Trace,在 FastAdmin 后台建议将 trace 关闭
'app_trace' => Env::get('app.trace', false),
// 应用模式状态
'app_status' => '',