mirror of
https://github.com/nextcloud/server.git
synced 2026-04-22 06:37:56 -04:00
Mark split database configs as sensitive
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
99e7f33550
commit
6302ff0f96
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