=sam update leveldb dependencies and doc links

(cherry picked from commit 8291bc0aca504851d0619815c98c760a7d458d18)
This commit is contained in:
Marek Kadek 2015-09-04 11:20:38 +12:00 committed by Patrik Nordwall
parent 99459b0d4f
commit bdef50eb8d
9 changed files with 21 additions and 6 deletions

View file

@ -1,3 +1,6 @@
akka.persistence.journal.plugin = "akka.persistence.journal.leveldb"
akka.persistence.snapshot-store.plugin = "akka.persistence.snapshot-store.local"
akka.persistence.journal.leveldb.dir = "target/example/journal"
akka.persistence.snapshot-store.local.dir = "target/example/snapshots"