mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
Merge pull request #22256 from owncloud/hide-updater-secret
Hide updater.secret from occ output by default
This commit is contained in:
commit
a8d9eb5320
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