From 31dd0f0d6ea855a90d308d4862cd3d2272de34a4 Mon Sep 17 00:00:00 2001 From: Benedikt Kulmann Date: Wed, 11 Nov 2020 21:09:50 +0100 Subject: [PATCH] Add to existing changelog --- changelog/unreleased/ocis-root-config.md | 1 + 1 file changed, 1 insertion(+) diff --git a/changelog/unreleased/ocis-root-config.md b/changelog/unreleased/ocis-root-config.md index 4261d2bd77..edc3032e05 100644 --- a/changelog/unreleased/ocis-root-config.md +++ b/changelog/unreleased/ocis-root-config.md @@ -5,3 +5,4 @@ Tags: ocis We moved the tracing config to the `root` flagset so that they are parsed on all commands. We also introduced a `JWTSecret` flag in the root flagset, in order to apply a common default JWTSecret to all services that have one. https://github.com/owncloud/ocis/pull/842 +https://github.com/owncloud/ocis/pull/843