diff --git a/changelog/unreleased/self-config.md b/changelog/unreleased/self-config.md new file mode 100644 index 000000000..f6afe0dc5 --- /dev/null +++ b/changelog/unreleased/self-config.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-phoenix/pull/57