mirror of
https://github.com/nextcloud/server.git
synced 2026-04-24 23:59:27 -04:00
Merge pull request #7020 from Fiech/master
Extended list of sensitive configuration values (2)
This commit is contained in:
commit
f9e70c2ab6
1 changed files with 0 additions and 2 deletions
|
|
@ -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…
Reference in a new issue