From 85a29dc45606d3dfd2d2de83cb0ae2cb3e81fdf8 Mon Sep 17 00:00:00 2001 From: "A.Unger" Date: Wed, 18 Mar 2020 13:15:19 +0100 Subject: [PATCH] changelog --- changelog/unreleased/self-config.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changelog/unreleased/self-config.md 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