Changelog for pull/11

This commit is contained in:
Michael Barz
2020-03-18 15:31:38 +01:00
committed by GitHub
parent 2bcd722253
commit 9f928f9708
+5
View File
@@ -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