Merge pull request #31328 from nextcloud/bugfix/noid/mark-split-database-configs-as-sensitive

Mark split database configs as sensitive
This commit is contained in:
Simon L 2022-02-23 17:34:20 +01:00 committed by GitHub
commit 692da9236b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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