From 7d43970e44d3d43cb685823e3df4caf0787e4aa4 Mon Sep 17 00:00:00 2001 From: mkm <727897186@qq.com> Date: Fri, 1 Sep 2023 15:28:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/swoole.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/swoole.php b/config/swoole.php index 34e2ad4d..8429e475 100644 --- a/config/swoole.php +++ b/config/swoole.php @@ -17,7 +17,7 @@ use think\swoole\websocket\socketio\Parser; return [ 'server' => [ 'host' => env('SWOOLE_HOST', '0.0.0.0'), // 监听地址 - 'port' => env('SWOOLE_PORT', 8325), // 监听端口 + 'port' => env('SWOOLE_PORT', 8324), // 监听端口 'mode' => SWOOLE_PROCESS, // 运行模式 默认为SWOOLE_PROCESS 'sock_type' => SWOOLE_SOCK_TCP, // sock type 默认为SWOOLE_SOCK_TCP 'options' => [