Removing nodename

This commit is contained in:
Viktor Klang 2012-01-17 15:25:26 +01:00
parent 5006f96348
commit bfd11ad8c5
21 changed files with 29 additions and 59 deletions

View file

@ -23,7 +23,6 @@ trait AbstractRemoteActorMultiJvmSpec {
akka {
remote.server.hostname="%s"
remote.server.port = "%d"
cluster.nodename = "node%d"
}""".format(host, 9990+idx, idx)) withFallback commonConfig
}
}