更新 config/server.php

修改端口
This commit is contained in:
mkm 2024-01-16 11:45:19 +08:00
parent b32be670f5
commit e2d4eaf497

View File

@ -13,7 +13,7 @@
*/
return [
'listen' => 'http://0.0.0.0:8686',
'listen' => 'http://0.0.0.0:8186',
'transport' => 'tcp',
'context' => [],
'name' => 'webman',