Merge pull request #2894 from owncloud/space-membership
add missing config for space membership endpoint
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
Bugfix: Fix configuration for space membership endpoint
|
||||
|
||||
Added a missing config value to the ocs config related to the space membership endpoint.
|
||||
|
||||
https://github.com/owncloud/ocis/pull/2893
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user