diff --git a/changelog/unreleased/revamp-config.md b/changelog/unreleased/revamp-config.md index b4c510c29f..d57114543b 100644 --- a/changelog/unreleased/revamp-config.md +++ b/changelog/unreleased/revamp-config.md @@ -2,13 +2,6 @@ Change: Restructure Configuration Parsing Tags: ocis -- Adds a new dependency that does roughly what I started to do on a side project. Not reinventing the wheel. MIT license. -- Remove cli flags on subcommands, not on ocis root command. -- Sane default propagation. -- Lays the foundation for easy config dump and service restart on config watch. -- Support for environment variables. -- Support for merging config values. -- Support for defaults. -- And technically speaking, the most important aspect is that it is thread safe, as I can create as many config.Config structs as desired. +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