diff --git a/changelog/unreleased/config-management.md b/changelog/unreleased/config-management.md new file mode 100644 index 0000000000..903a0420d1 --- /dev/null +++ b/changelog/unreleased/config-management.md @@ -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-graph/pull/27