增加 env 配置
This commit is contained in:
@@ -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,
|
||||
// 入口自动绑定模块
|
||||
|
Reference in New Issue
Block a user