Changelog

This commit is contained in:
Benedikt Kulmann
2020-11-11 17:14:54 +01:00
parent 15df700b27
commit 295b945123

View File

@@ -0,0 +1,7 @@
Change: Move ocis default config to root level
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