diff --git a/lib/private/SystemConfig.php b/lib/private/SystemConfig.php
index 3610486140df0470cf1998dd6f1c37538fca8ce9..91afbeb8967748ac0255ec5479d88ddbd8f81c48 100644
--- a/lib/private/SystemConfig.php
+++ b/lib/private/SystemConfig.php
@@ -37,22 +37,30 @@ class SystemConfig {
 
 	/** @var array */
 	protected $sensitiveValues = [
+		'instanceid' => true,
+		'trusted_domains' => true,
+		'datadirectory' => true,
+		'overwrite.cli.url' => true,
 		'dbname' => true,
+		'dbhost' => true,
 		'dbpassword' => true,
 		'dbuser' => true,
 		'mail_from_address' => true,
 		'mail_domain' => true,
+		'mail_smtphost' => true,
 		'mail_smtpname' => true,
 		'mail_smtppassword' => true,
 		'passwordsalt' => true,
 		'secret' => true,
 		'updater.secret' => true,
+		'trusted_proxies' => true,
 		'proxyuserpwd' => true,
 		'log.condition' => [
 			'shared_secret' => true,
 		],
 		'license-key' => true,
 		'redis' => [
+			'host' => true,
 			'password' => true,
 		],
 		'objectstore' => [