Bug 6714 - Use singleton service in clustered netconf topology
[netconf.git] / netconf / netconf-topology / src / test / resources / test.conf
1 akka {
2
3   actor {
4     provider = "akka.cluster.ClusterActorRefProvider"
5
6     serializers {
7       java = "akka.serialization.JavaSerializer"
8     }
9
10     serialization-bindings {
11       "[B" = bytes
12       "java.io.Serializable" = java
13     }
14   }
15
16   remote {
17     enabled-transports = ["akka.remote.netty.tcp"]
18     netty.tcp {
19       hostname = "127.0.0.1"
20     }
21   }
22 }