增加 env 配置

This commit is contained in:
JaguarJack
2019-01-17 16:29:18 +08:00
parent 41faa85aa3
commit d39319fa83
3 changed files with 23 additions and 8 deletions

View File

@@ -19,9 +19,9 @@ return [
// 应用地址
'app_host' => '',
// 应用调试模式
'app_debug' => true,
'app_debug' => env('app_debug'),
// 应用Trace
'app_trace' => true,
'app_trace' => env('app_trace'),
// 是否支持多模块
'app_multi_module' => true,
// 入口自动绑定模块