debug
This commit is contained in:
@@ -13,6 +13,10 @@ return [
|
||||
// 默认应用
|
||||
'default_app' => 'home',
|
||||
|
||||
// 应用名称
|
||||
'app_name' => env('APP_NAME', 'novel'),
|
||||
|
||||
|
||||
// 默认应用类型 video/novel
|
||||
'default_app_type' => env('DEFAULT_APP_TYPE', 'video'),
|
||||
|
||||
|
||||
@@ -35,6 +35,8 @@ return [
|
||||
'log_file' => runtime_path() . 'task.log',
|
||||
'pid_file' => runtime_path() . 'task.pid',
|
||||
'task_worker_num' => 0,
|
||||
|
||||
'task_debug_log_open_status' => env('TASK_DEBUG_LOG_OPEN_STATUS', false),
|
||||
],
|
||||
|
||||
# Process Pool, NUM 为设置的任务组进程数 , 根据自身服务器情况增减
|
||||
|
||||
Reference in New Issue
Block a user