Somehow the code for the fast and the secure was flipped

This commit is contained in:
Viktor Klang 2012-06-20 01:56:15 +02:00
parent dbe72a6bf3
commit 95419ba82f
3 changed files with 7 additions and 12 deletions

View file

@ -15,12 +15,7 @@ akka {
actor.provider = "akka.remote.RemoteActorRefProvider"
remote.netty {
hostname = localhost
port = 12345
}
actor.deployment {
/blub.remote = "akka://remote-sys@localhost:12346"
/looker/child.remote = "akka://remote-sys@localhost:12346"
/looker/child/grandchild.remote = "akka://RemoteCommunicationSpec@localhost:12345"
port = 0
}
}
""") with ImplicitSender with DefaultTimeout {