aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorSimon L <szaimen@e.mail.de>2022-02-23 17:34:20 +0100
committerGitHub <noreply@github.com>2022-02-23 17:34:20 +0100
commit692da9236bde4a0d6d78cf8ee44bd574fec5b623 (patch)
treefb948402f7f395ab14665851e7da59e660c223a2 /lib
parent9630d6571cacff635d148a63599c42a5873bc44e (diff)
parent6302ff0f96800892d58b82aa07c4aa36a7c57ea7 (diff)
downloadnextcloud-server-692da9236bde4a0d6d78cf8ee44bd574fec5b623.tar.gz
nextcloud-server-692da9236bde4a0d6d78cf8ee44bd574fec5b623.zip
Merge pull request #31328 from nextcloud/bugfix/noid/mark-split-database-configs-as-sensitive
Mark split database configs as sensitive
Diffstat (limited to 'lib')
-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 c435b9180b9..012c959ce85 100644
--- a/lib/private/SystemConfig.php
+++ b/lib/private/SystemConfig.php
@@ -43,6 +43,10 @@ class SystemConfig {
'dbhost' => true,
'dbpassword' => true,
'dbuser' => true,
+ 'activity_dbname' => true,
+ 'activity_dbhost' => true,
+ 'activity_dbpassword' => true,
+ 'activity_dbuser' => true,
'mail_from_address' => true,
'mail_domain' => true,
'mail_smtphost' => true,