Bug 6714 - Use singleton service in clustered netconf topology
[netconf.git] / netconf / netconf-topology / src / test / resources / netconf-node3.conf
1 include "test.conf"
2
3 akka {
4   # LISTEN on tcp port 2554
5   remote.netty.tcp.port = 2554
6
7   cluster {
8     seed-nodes = [
9       "akka.tcp://NetconfNode@127.0.0.1:2552",
10       "akka.tcp://NetconfNode@127.0.0.1:2553"]
11
12     auto-down-unreachable-after = 10s
13   }
14 }