aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/SystemConfig.php
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-11-11 09:02:28 +0100
committerJoas Schilling <coding@schilljs.com>2022-11-11 09:02:28 +0100
commit663cf0446961d3631c9bfd618002a07b7fc27e1e (patch)
tree257ec232ae7fa419dec822cdea98dea1cd37b47f /lib/private/SystemConfig.php
parent96855d73a23dd702653674031ee4e1e78a7f7c66 (diff)
downloadnextcloud-server-663cf0446961d3631c9bfd618002a07b7fc27e1e.tar.gz
nextcloud-server-663cf0446961d3631c9bfd618002a07b7fc27e1e.zip
Mark more config values as sensitive
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'lib/private/SystemConfig.php')
-rw-r--r--lib/private/SystemConfig.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/private/SystemConfig.php b/lib/private/SystemConfig.php
index 0bc6154fbc4..6cd0e4376c5 100644
--- a/lib/private/SystemConfig.php
+++ b/lib/private/SystemConfig.php
@@ -72,6 +72,10 @@ class SystemConfig {
'host' => true,
'password' => true,
],
+ 'redis.cluster' => [
+ 'seeds' => true,
+ 'password' => true,
+ ],
'objectstore' => [
'arguments' => [
// Legacy Swift (https://github.com/nextcloud/server/pull/17696#discussion_r341302207)