fixed wrong path in embedded repository
This commit is contained in:
parent
6d6d815f56
commit
9bb152d3de
5 changed files with 4 additions and 4 deletions
|
|
@ -117,6 +117,7 @@ object Kernel extends Logging {
|
|||
private[akka] def startCassandra = if (config.getBool("akka.storage.cassandra.service", true)) {
|
||||
System.setProperty("cassandra", "")
|
||||
System.setProperty("storage-config", akka.Boot.CONFIG + "/")
|
||||
println("------------------------- " + akka.Boot.CONFIG + "/")
|
||||
CassandraStorage.start
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue