diff --git a/CHANGELOG.md b/CHANGELOG.md index 134782cc9..d9a92db93 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 +