Skip to content

Commit

Permalink
Merge pull request nextcloud#31328 from nextcloud/bugfix/noid/mark-sp…
Browse files Browse the repository at this point in the history
…lit-database-configs-as-sensitive

Mark split database configs as sensitive
  • Loading branch information
szaimen authored Feb 23, 2022
2 parents 9630d65 + 6302ff0 commit 692da92
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 692da92

Please sign in to comment.