diff options
Diffstat (limited to 'lib/private/systemconfig.php')
-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 d80d9067c06..449a2dc50b2 100644 --- a/lib/private/systemconfig.php +++ b/lib/private/systemconfig.php @@ -44,7 +44,19 @@ class SystemConfig { 'secret' => true, 'updater.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, + ], + ], ]; /** @var Config */ |