Browse Source

Merge pull request #7020 from Fiech/master

Extended list of sensitive configuration values (2)
pull/7094/head
Morris Jobke 8 years ago
committed by GitHub
parent
commit
f9e70c2ab6
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      lib/private/SystemConfig.php

2
lib/private/SystemConfig.php

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

Loading…
Cancel
Save