diff options
-rw-r--r-- | lib/private/systemconfig.php | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/lib/private/systemconfig.php b/lib/private/systemconfig.php index 94b815aebd7..96348b355e9 100644 --- a/lib/private/systemconfig.php +++ b/lib/private/systemconfig.php @@ -41,7 +41,19 @@ class SystemConfig { 'passwordsalt' => true, 'secret' => true, 'ldap_agent_password' => true, - 'objectstore' => ['arguments' => ['password' => true]], + 'proxyuserpwd' => true, + 'log.condition' => [ + 'shared_secret' => true, + ], + 'license-key' => true, + 'redis' => [ + 'password' => true, + ], + 'objectstore' => [ + 'arguments' => [ + 'password' => true, + ], + ], ]; /** |