diff --git a/Config.php b/Config.php index 1afdc52..d71b26e 100644 --- a/Config.php +++ b/Config.php @@ -32,7 +32,8 @@ 'enable'=>false, 'token'=>null, 'broadcastAddress'=>['255.255.255.255:9556'], - 'listenAddress'=>['0.0.0.0:9556'], + 'listenAddress'=>'0.0.0.0', + 'listenPort'=>'9556', 'broadcastTTL'=>5, 'nodeTimeout'=>10, 'nodeName'=>'easySwoole',