Merge pull request #7020 from Fiech/master

Extended list of sensitive configuration values (2)
This commit is contained in:
Morris Jobke 2017-11-07 10:27:53 +01:00 committed by GitHub
commit f9e70c2ab6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -39,9 +39,7 @@ class SystemConfig {
/** @var array */
protected $sensitiveValues = [
'instanceid' => true,
'trusted_domains' => true,
'datadirectory' => true,
'overwrite.cli.url' => true,
'dbname' => true,
'dbhost' => true,
'dbpassword' => true,