From 43af041a04d53ac4217bfa6d064ec0cf9306655e Mon Sep 17 00:00:00 2001 From: "A.Unger" Date: Tue, 23 Nov 2021 12:33:16 +0100 Subject: [PATCH] reword changelog --- changelog/unreleased/revamp-config.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) 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