parent
e49b11607a
commit
1ce7d7d7e9
27 changed files with 232 additions and 74 deletions
|
|
@ -200,10 +200,10 @@ object MultiNodeSpec {
|
|||
|
||||
private[testkit] val nodeConfig = mapToConfig(Map(
|
||||
"akka.actor.provider" → "remote",
|
||||
"akka.remote.artery.hostname" → selfName,
|
||||
"akka.remote.artery.canonical.hostname" → selfName,
|
||||
"akka.remote.netty.tcp.hostname" → selfName,
|
||||
"akka.remote.netty.tcp.port" → selfPort,
|
||||
"akka.remote.artery.port" → selfPort))
|
||||
"akka.remote.artery.canonical.port" → selfPort))
|
||||
|
||||
private[testkit] val baseConfig: Config = ConfigFactory.parseString("""
|
||||
akka {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue