pekko/config/cluster.xml
2009-03-12 00:32:23 +01:00

10 lines
208 B
XML

<cluster>
<name>akka</name>
<server>
<id>0</id>
<host>localhost</host>
<http-port>8081</http-port>
<socket-port>6666</socket-port>
<partitions>0, 1</partitions>
</server>
</cluster>