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

@@ -22,7 +22,7 @@ return [
'dirname' => function () {
return date('Ymd');
},
'domain' => 'http://127.0.0.1:6688',
'domain' => 'http://127.0.0.1:8989',
'uri' => '/runtime', // 如果 domain + uri 不在 public 目录下请做好软链接否则生成的url无法访问
'algo' => 'sha1',
],

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' => '',