changelog

This commit is contained in:
A.Unger
2020-03-18 13:15:19 +01:00
parent ef2e3dc962
commit 85a29dc456

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-phoenix/pull/57