Browse Source

Merge pull request #7020 from Fiech/master

Extended list of sensitive configuration values (2)
tags/v13.0.0beta1
Morris Jobke 6 years ago
parent
commit
f9e70c2ab6
No account linked to committer's email address
1 changed files with 0 additions and 2 deletions
  1. 0
    2
      lib/private/SystemConfig.php

+ 0
- 2
lib/private/SystemConfig.php 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,

Loading…
Cancel
Save