diff --git a/changelog/unreleased/11 b/changelog/unreleased/11 new file mode 100644 index 000000000..a6dadef7a --- /dev/null +++ b/changelog/unreleased/11 @@ -0,0 +1,5 @@ +Enhancement: Configuration + +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-glauth/pull/11