Skip to content

Commit 221883f

Browse files
authored
Merge pull request #45390 from nextcloud/bugfix/noid/mark-more-configs-as-sensitive
2 parents 576e249 + 03f38c9 commit 221883f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

lib/private/SystemConfig.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ class SystemConfig {
4242
'dbhost' => true,
4343
'dbpassword' => true,
4444
'dbuser' => true,
45+
'dbreplica' => true,
4546
'activity_dbname' => true,
4647
'activity_dbhost' => true,
4748
'activity_dbpassword' => true,
@@ -57,6 +58,7 @@ class SystemConfig {
5758
'updater.server.url' => true,
5859
'trusted_proxies' => true,
5960
'preview_imaginary_url' => true,
61+
'preview_imaginary_key' => true,
6062
'proxyuserpwd' => true,
6163
'sentry.dsn' => true,
6264
'sentry.public-dsn' => true,

0 commit comments

Comments
 (0)