=sam update leveldb dependencies and doc links
(cherry picked from commit 8291bc0aca504851d0619815c98c760a7d458d18)
This commit is contained in:
parent
99459b0d4f
commit
bdef50eb8d
9 changed files with 21 additions and 6 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue