Merge pull request #2708 from owncloud/try-gookikt-config

This commit is contained in:
Alex Unger
2021-11-23 13:18:39 +01:00
committed by GitHub
210 changed files with 6304 additions and 9183 deletions
+7
View File
@@ -0,0 +1,7 @@
Change: Restructure Configuration Parsing
Tags: ocis
CLI flags are no longer needed for subcommands, as we rely solely on env variables and config files. This greatly simplifies configuration and deployment.
https://github.com/owncloud/ocis/pull/2708