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

Reviewed-on: #130
This commit is contained in:
weiz 2023-10-20 17:22:23 +08:00
commit 89606dc0a3

View File

@ -23,7 +23,7 @@ $gateway->lanIp = '172.19.97.179';
$gateway->startPort = 3900;
// 服务注册地址
$gateway->registerAddress = '127.0.0.1:1236';
$gateway->registerAddress = '172.19.97.179:1236';
// 心跳间隔
$gateway->pingInterval = 20;