mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Hide updater.secret from occ output by default
We should not have people post that value to us.
This commit is contained in:
parent
a39c7591d6
commit
40d798e668
1 changed files with 1 additions and 0 deletions
|
|
@ -41,6 +41,7 @@ class SystemConfig {
|
|||
'mail_smtppassword' => true,
|
||||
'passwordsalt' => true,
|
||||
'secret' => true,
|
||||
'updater.secret' => true,
|
||||
'ldap_agent_password' => true,
|
||||
'objectstore' => ['arguments' => ['password' => true]],
|
||||
];
|
||||
|
|
|
|||
Loading…
Reference in a new issue