From d524de08bf800e394a73ab94c54d6292d23771b2 Mon Sep 17 00:00:00 2001 From: Alex Unger Date: Wed, 18 Mar 2020 13:40:19 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 134782c..d9a92db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ ## Summary * Change - Initial release of basic version: [#1](https://github.com/owncloud/ocis-accounts/issues/1) +* Enhancement - Configuration: [#15](https://github.com/owncloud/ocis-accounts/pull/15) ## Details @@ -12,3 +13,11 @@ https://github.com/owncloud/ocis-accounts/issues/1 + +* Enhancement - Configuration: [#15](https://github.com/owncloud/ocis-accounts/pull/15) + + Extensions should be responsible of configuring themselves. We use Viper for config loading + from default paths. Environment variables **WILL** take precedence over config files. + + https://github.com/owncloud/ocis-accounts/pull/15 +