Merge pull request #337 from owncloud/fix-public-link-command

Fix reva public link service command + changelog
This commit is contained in:
Vincent Petry
2020-06-26 17:37:04 +02:00
committed by GitHub
2 changed files with 9 additions and 1 deletions

View File

@@ -0,0 +1,8 @@
Change: Update reva config
- EOS homes are not configured with an enable-flag anymore, but with a dedicated storage driver.
- We're using it now and adapted default configs of storages
https://github.com/owncloud/ocis/pull/336
https://github.com/owncloud/ocis/pull/337
https://github.com/owncloud/ocis-reva/pull/891

View File

@@ -38,5 +38,5 @@ func configureRevaStoragePublicLink(cfg *config.Config) *svcconfig.Config {
}
func init() {
register.AddCommand(RevaStorageOCCommand)
register.AddCommand(RevaStoragePublicLinkCommand)
}