summaryrefslogtreecommitdiffstats
path: root/lib/private/SystemConfig.php
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-03-01 20:59:27 +0100
committerJoas Schilling <coding@schilljs.com>2022-03-01 21:08:16 +0100
commit1e27aed4dcf62b6c4790fb2c296520198c1cfb77 (patch)
tree80548de167c2b3e2579ef2549702a2b813aaea17 /lib/private/SystemConfig.php
parent3026d57ccf1872b8f30ebf9ee590223caa3c0095 (diff)
downloadnextcloud-server-1e27aed4dcf62b6c4790fb2c296520198c1cfb77.tar.gz
nextcloud-server-1e27aed4dcf62b6c4790fb2c296520198c1cfb77.zip
Censor more configs
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'lib/private/SystemConfig.php')
-rw-r--r--lib/private/SystemConfig.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/private/SystemConfig.php b/lib/private/SystemConfig.php
index 012c959ce85..0bc6154fbc4 100644
--- a/lib/private/SystemConfig.php
+++ b/lib/private/SystemConfig.php
@@ -57,6 +57,13 @@ class SystemConfig {
'updater.secret' => true,
'trusted_proxies' => true,
'proxyuserpwd' => true,
+ 'sentry.dsn' => true,
+ 'sentry.public-dsn' => true,
+ 'zammad.download.secret' => true,
+ 'zammad.portal.secret' => true,
+ 'zammad.secret' => true,
+ 'github.client_id' => true,
+ 'github.client_secret' => true,
'log.condition' => [
'shared_secret' => true,
],