Mark split database configs as sensitive

Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/31328/head
Joas Schilling 4 years ago
parent 99e7f33550
commit 6302ff0f96
No known key found for this signature in database
GPG Key ID: 7076EA9751AACDDA
  1. 4
      lib/private/SystemConfig.php

@ -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,

Loading…
Cancel
Save