Merge pull request #2818 from owncloud/unify-commands-and-service-options

unify configuration and commands
This commit is contained in:
Willy Kloucek
2022-01-07 13:49:23 +01:00
committed by GitHub
307 changed files with 5365 additions and 5131 deletions

View File

@@ -0,0 +1,7 @@
Change: Unify configuration and commands
We've unified the configuration and commands of all non storage services. This also
includes the change, that environment variables are now defined on the config struct
as tags instead in a separate mapping.
https://github.com/owncloud/ocis/pull/2818