todo: load path-specific store from filer.toml

This commit is contained in:
Chris Lu
2020-12-18 03:05:42 -08:00
parent 3269fd7eaf
commit 0d5683fb0e
2 changed files with 5 additions and 1 deletions

View File

@@ -27,6 +27,9 @@ func (f *Filer) LoadConfiguration(config *viper.Viper) {
}
}
// TODO load path-specific filer store here
// f.Store.AddPathSpecificStore(path, store)
println()
println("Supported filer stores are:")
for _, store := range Stores {