migrate web to the new config scheme

This commit is contained in:
A.Unger
2021-11-05 13:33:03 +01:00
parent 11855bcaab
commit ca997e5bfc
9 changed files with 242 additions and 60 deletions
+1 -1
View File
@@ -122,7 +122,7 @@ func New() *Config {
GraphExplorer: graphExplorer.DefaultConfig(),
OCS: ocs.DefaultConfig(),
Settings: settings.DefaultConfig(),
Web: web.New(),
Web: web.DefaultConfig(),
Storage: storage.New(),
Store: store.New(),
Thumbnails: thumbnails.DefaultConfig(),