Extended list of sensitive configuration values

In accordance with the issuetemplate app issue:
https://github.com/nextcloud/issuetemplate/issues/27

Signed-off-by: Johannes Schlichenmaier <johannes@schlichenmaier.info>
This commit is contained in:
Johannes Schlichenmaier 2017-10-29 23:37:29 +01:00
parent 267991b154
commit 84cc13f57b
1 changed files with 6 additions and 0 deletions

View File

@ -37,22 +37,28 @@ class SystemConfig {
/** @var array */
protected $sensitiveValues = [
'instanceid' => true,
'datadirectory' => true,
'dbname' => true,
'dbhost' => true,
'dbpassword' => true,
'dbuser' => true,
'mail_from_address' => true,
'mail_domain' => true,
'mail_smtphost' => true,
'mail_smtpname' => true,
'mail_smtppassword' => true,
'passwordsalt' => true,
'secret' => true,
'updater.secret' => true,
'trusted_proxies' => true,
'proxyuserpwd' => true,
'log.condition' => [
'shared_secret' => true,
],
'license-key' => true,
'redis' => [
'host' => true,
'password' => true,
],
'objectstore' => [