From ee01071f928148ab25319e58bd6d581798cb3adb Mon Sep 17 00:00:00 2001 From: weiz Date: Fri, 20 Oct 2023 14:08:07 +0800 Subject: [PATCH] im port change --- extend/workerim/start_gateway.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extend/workerim/start_gateway.php b/extend/workerim/start_gateway.php index f74ae5502..29c00f012 100644 --- a/extend/workerim/start_gateway.php +++ b/extend/workerim/start_gateway.php @@ -16,7 +16,7 @@ $gateway->name = 'worker_im'; $gateway->count = 4; // 本机ip,分布式部署时使用内网ip -$gateway->lanIp = '127.0.0.1'; +$gateway->lanIp = '172.19.97.179'; // 内部通讯起始端口,假如$gateway->count=2,起始端口为2900 // 则一般会使用2900 2901 2902 2903 4个端口作为内部通讯端口