This commit is contained in:
weiz 2023-10-21 14:11:55 +08:00
parent ea0ddac967
commit 5c4a77fc9c
4 changed files with 4 additions and 4 deletions

View File

@ -43,7 +43,7 @@ class BusinessWorker extends Worker
*
* @var string|array
*/
public $registerAddress = '172.19.97.179:1256';
public $registerAddress = '127.0.0.1:1236';
/**
* 事件处理类,默认是 Event

View File

@ -83,7 +83,7 @@ class Gateway extends Worker
*
* @var string|array
*/
public $registerAddress = '172.19.97.179:1256';
public $registerAddress = '127.0.0.1:1236';
/**
* 是否可以平滑重启gateway 不能平滑重启,否则会导致连接断开

View File

@ -34,7 +34,7 @@ class Gateway
*
* @var string|array
*/
public static $registerAddress = '172.19.97.179:1256';
public static $registerAddress = '127.0.0.1:1236';
/**
* 秘钥

View File

@ -36,7 +36,7 @@ class Gateway
*
* @var string|array
*/
public static $registerAddress = '172.19.97.179:1256';
public static $registerAddress = '127.0.0.1:1236';
/**
* 秘钥