Set the port of akka core to 10000. (1000 is not allowed in Mac, by default)
This commit is contained in:
parent
be35f18839
commit
13a3a776f6
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue