Skip to content

Commit

Permalink
Merge pull request #31331 from nextcloud/backport/31328/stable23
Browse files Browse the repository at this point in the history
[stable23] Mark split database configs as sensitive
  • Loading branch information
blizzz authored Mar 10, 2022
2 parents 5237046 + 7c3a0ca commit e49842c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/private/SystemConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit e49842c

Please sign in to comment.