Bug 7521: Add custom local snapshot store
[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 }