Skip to content

Commit

Permalink
Mark split database configs as sensitive
Browse files Browse the repository at this point in the history
Signed-off-by: Joas Schilling <coding@schilljs.com>
  • Loading branch information
nickvergessen committed Feb 23, 2022
1 parent 99e7f33 commit 6302ff0
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 6302ff0

Please sign in to comment.