83b1ece6f21b56410da628c28fecebb3c682f50d
[controller.git] / opendaylight / md-sal / sal-clustering-commons / src / test / resources / LocalSnapshotStoreTest.conf
1 akka {
2   persistence {
3       snapshot-store.local.class = "org.opendaylight.controller.cluster.persistence.LocalSnapshotStore"
4       snapshot-store.plugin = akka.persistence.snapshot-store.local
5       snapshot-store.local.dir = "target/snapshots"
6     }
7 }