Merge pull request 'fixed' (#62) from zhangwei into dev

Reviewed-on: #62
This commit is contained in:
weiz 2023-10-08 17:39:17 +08:00
commit d7e8f30c00

View File

@ -16,7 +16,7 @@ $gateway->name = 'worker_im';
$gateway->count = 4;
// 本机ip分布式部署时使用内网ip
$gateway->lanIp = '127.0.0.1';
$gateway->lanIp = '47.109.26.146';
// 内部通讯起始端口,假如$gateway->count=2起始端口为2900
// 则一般会使用2900 2901 2902 2903 4个端口作为内部通讯端口