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