mirror of https://gitee.com/karson/fastadmin.git
在 FastAdmin 后台建议将 trace 关闭
parent
1314a8f35d
commit
54b451856d
|
|
@ -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' => '',
|
||||
|
|
|
|||
Loading…
Reference in New Issue