#20946 Add bind address (#21404)

This commit is contained in:
Martynas Mickevičius 2016-09-09 13:46:50 +03:00 committed by Patrik Nordwall
parent e49b11607a
commit 1ce7d7d7e9
27 changed files with 232 additions and 74 deletions

View file

@ -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 {