migrate ocs to the new config scheme

This commit is contained in:
A.Unger
2021-11-05 12:06:35 +01:00
parent be9eff8ba8
commit ff7022a256
7 changed files with 210 additions and 218 deletions
+1 -1
View File
@@ -120,7 +120,7 @@ func New() *Config {
IDP: idp.DefaultConfig(),
Proxy: proxy.DefaultConfig(),
GraphExplorer: graphExplorer.DefaultConfig(),
OCS: ocs.New(),
OCS: ocs.DefaultConfig(),
Web: web.New(),
Settings: settings.New(),
Storage: storage.New(),