aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/SystemConfig.php
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2023-09-29 16:36:19 +0200
committerJoas Schilling <coding@schilljs.com>2023-09-29 16:36:19 +0200
commit6c0b862e75d13e1d68c370aa2c7d0d231528a40a (patch)
tree7d0f66bc780048bef0805f150c3aa67fd97a6e9e /lib/private/SystemConfig.php
parentf8f437072ac13a4556dea18219d55f11466497e5 (diff)
downloadnextcloud-server-6c0b862e75d13e1d68c370aa2c7d0d231528a40a.tar.gz
nextcloud-server-6c0b862e75d13e1d68c370aa2c7d0d231528a40a.zip
fix(systemreport): Mask onlyoffice secret as sensitive
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'lib/private/SystemConfig.php')
-rw-r--r--lib/private/SystemConfig.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/private/SystemConfig.php b/lib/private/SystemConfig.php
index a18c4c2a138..c104f001809 100644
--- a/lib/private/SystemConfig.php
+++ b/lib/private/SystemConfig.php
@@ -118,6 +118,9 @@ class SystemConfig {
],
],
],
+ 'onlyoffice' => [
+ 'jwt_secret' => true,
+ ],
];
/** @var Config */