WIP - replace flags in storage commands

This commit is contained in:
A.Unger
2021-11-15 16:58:22 +01:00
parent fde5e35496
commit cfbe37de61
17 changed files with 811 additions and 354 deletions
+2 -2
View File
@@ -115,7 +115,7 @@ func New() *Config {
Store: store.DefaultConfig(),
Thumbnails: thumbnails.DefaultConfig(),
WebDAV: webdav.DefaultConfig(),
Storage: storage.New(),
Storage: storage.DefaultConfig(),
}
}
@@ -160,7 +160,7 @@ func DefaultConfig() *Config {
Store: store.DefaultConfig(),
Thumbnails: thumbnails.DefaultConfig(),
WebDAV: webdav.DefaultConfig(),
Storage: storage.New(),
Storage: storage.DefaultConfig(),
}
}