v3分支环境配置

This commit is contained in:
2026-03-25 09:42:27 +08:00
parent 68092759d3
commit bd402aa97d
3 changed files with 3 additions and 3 deletions

View File

@@ -21,7 +21,7 @@ global $argv;
return [
'webman' => [
'handler' => Http::class,
'listen' => 'http://0.0.0.0:6688',
'listen' => 'http://0.0.0.0:8989',
'count' => cpu_count() * 4,
'user' => '',
'group' => '',