From 9f928f9708c097fb8b57c9ef103f66c808a55289 Mon Sep 17 00:00:00 2001 From: Michael Barz Date: Wed, 18 Mar 2020 15:31:38 +0100 Subject: [PATCH] Changelog for pull/11 --- changelog/unreleased/11 | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changelog/unreleased/11 diff --git a/changelog/unreleased/11 b/changelog/unreleased/11 new file mode 100644 index 000000000..a6dadef7a --- /dev/null +++ b/changelog/unreleased/11 @@ -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