remotecreation.conf 199 字节
Newer Older
P
test  
pengys5 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13
include "common"

akka {
  actor {
    deployment {
      "/creationActor/*" {
        remote = "akka.tcp://CalculatorWorkerSystem@127.0.0.1:2552"
      }
    }
  }

  remote.netty.tcp.port = 2554
}