When the Cipher changes were reverted, this also got reverted, so fixing it

This commit is contained in:
Viktor Klang 2012-06-20 16:41:17 +02:00
parent 8414063afe
commit 07293f2584

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 {