Set the port of akka core to 10000. (1000 is not allowed in Mac, by default)

This commit is contained in:
wusheng 2017-04-12 21:27:16 +08:00
parent be35f18839
commit 13a3a776f6
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
cluster.current.hostname=127.0.0.1
cluster.current.port=1000
cluster.current.port=10000
cluster.current.roles=WorkersListener
cluster.seed_nodes=127.0.0.1:1000,127.0.0.1:1001