Skip to content

Commit

Permalink
配置项变更
Browse files Browse the repository at this point in the history
  • Loading branch information
kiss291323003 committed Apr 30, 2018
1 parent 11d52d4 commit 34a912a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Config.php
Expand Up @@ -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',
Expand Down

0 comments on commit 34a912a

Please sign in to comment.