mirror of
https://github.com/nextcloud/server.git
synced 2026-04-22 23:03:00 -04:00
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:
commit
692da9236b
1 changed files with 4 additions and 0 deletions
|
|
@ -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…
Reference in a new issue