add changelog

This commit is contained in:
A.Unger
2020-11-05 13:03:22 +01:00
parent fa7f137c04
commit d9962eec76
@@ -0,0 +1,12 @@
Change: Unify Configuration Parsing
Tags: ocis
- responsibility for config parsing should be on the subcommand
- if there is a config file in the environment location, env var should take precedence
- general rule of thumb: the more explicit the config file is that would be picked up. Order from less to more explicit:
- config location (/etc/ocis)
- environment variable
- cli flag
https://github.com/owncloud/ocis/pull/675