migrate settings to the new config scheme

This commit is contained in:
A.Unger
2021-11-05 12:25:32 +01:00
parent 28b0b8fccd
commit 17dbc3d5ee
9 changed files with 227 additions and 302 deletions
+1 -1
View File
@@ -121,8 +121,8 @@ func New() *Config {
Proxy: proxy.DefaultConfig(),
GraphExplorer: graphExplorer.DefaultConfig(),
OCS: ocs.DefaultConfig(),
Settings: settings.DefaultConfig(),
Web: web.New(),
Settings: settings.New(),
Storage: storage.New(),
Store: store.New(),
Thumbnails: thumbnails.New(),