aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/SystemConfig.php
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2024-05-17 11:45:25 +0200
committerJoas Schilling <coding@schilljs.com>2024-05-17 11:45:25 +0200
commit03f38c9b065537a4dcc0bdafae65a6c01498ae70 (patch)
tree4ce2c5061225a8a3d3413bab414737635b455cc0 /lib/private/SystemConfig.php
parent7bc4ccba6ad85c31a1e500023a9514059d584548 (diff)
downloadnextcloud-server-03f38c9b065537a4dcc0bdafae65a6c01498ae70.tar.gz
nextcloud-server-03f38c9b065537a4dcc0bdafae65a6c01498ae70.zip
fix: Mark more configs as sensitive
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'lib/private/SystemConfig.php')
-rw-r--r--lib/private/SystemConfig.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/private/SystemConfig.php b/lib/private/SystemConfig.php
index b1d120574c3..7aeba1fcec5 100644
--- a/lib/private/SystemConfig.php
+++ b/lib/private/SystemConfig.php
@@ -42,6 +42,7 @@ class SystemConfig {
'dbhost' => true,
'dbpassword' => true,
'dbuser' => true,
+ 'dbreplica' => true,
'activity_dbname' => true,
'activity_dbhost' => true,
'activity_dbpassword' => true,
@@ -57,6 +58,7 @@ class SystemConfig {
'updater.server.url' => true,
'trusted_proxies' => true,
'preview_imaginary_url' => true,
+ 'preview_imaginary_key' => true,
'proxyuserpwd' => true,
'sentry.dsn' => true,
'sentry.public-dsn' => true,