Merge pull request #2894 from owncloud/space-membership

add missing config for space membership endpoint
This commit is contained in:
David Christofas
2021-12-16 19:24:24 +01:00
committed by GitHub
2 changed files with 6 additions and 0 deletions
+1
View File
@@ -194,6 +194,7 @@ func frontendConfigFromStruct(c *cli.Context, cfg *config.Config, filesCfg map[s
"public_url": cfg.Reva.Frontend.PublicURL,
},
"ocs": map[string]interface{}{
"storage_registry_svc": cfg.Reva.Gateway.Endpoint,
"share_prefix": cfg.Reva.Frontend.OCSSharePrefix,
"home_namespace": cfg.Reva.Frontend.OCSHomeNamespace,
"resource_info_cache_ttl": cfg.Reva.Frontend.OCSResourceInfoCacheTTL,