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

Reviewed-on: #129
This commit is contained in:
weiz 2023-10-20 17:12:17 +08:00
commit c117168eb5

View File

@ -19,8 +19,8 @@ $gateway->count = 4;
$gateway->lanIp = '172.19.97.179';
// 内部通讯起始端口,假如$gateway->count=2起始端口为2900
// 则一般会使用2900 2901 2902 2903 4个端口作为内部通讯端口
$gateway->startPort = 2900;
// 则一般会使用3900 3901 3902 3903 4个端口作为内部通讯端口
$gateway->startPort = 3900;
// 服务注册地址
$gateway->registerAddress = '127.0.0.1:1236';