This commit is contained in:
make
2025-06-17 13:57:41 +08:00
parent 499882f1a4
commit 53b5ec4e54
5 changed files with 117 additions and 35 deletions

View File

@@ -13,6 +13,10 @@ return [
// 默认应用
'default_app' => 'home',
// 应用名称
'app_name' => env('APP_NAME', 'novel'),
// 默认应用类型 video/novel
'default_app_type' => env('DEFAULT_APP_TYPE', 'video'),

View File

@@ -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 为设置的任务组进程数 , 根据自身服务器情况增减