This commit is contained in:
weiz 2023-10-20 17:21:57 +08:00
parent 790d357c49
commit d79fabc563

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;