add data_store configuration

This commit is contained in:
Dietmar Maurer
2018-12-08 13:58:45 +01:00
parent 391a2e43ff
commit 678d72df6b
2 changed files with 59 additions and 0 deletions

View File

@ -35,6 +35,11 @@ pub mod backup {
pub mod chunk_store;
}
pub mod config {
pub mod data_store;
}
pub mod storage {
pub mod config;