Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix: Mark more configs as sensitive
Signed-off-by: Joas Schilling <[email protected]>
  • Loading branch information
nickvergessen authored and kesselb committed Jun 4, 2024
commit d984fc5ca1213a0496b8cc4b67694bf74a9e418f
2 changes: 2 additions & 0 deletions lib/private/SystemConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ class SystemConfig {
'dbhost' => true,
'dbpassword' => true,
'dbuser' => true,
'dbreplica' => true,
'activity_dbname' => true,
'activity_dbhost' => true,
'activity_dbpassword' => true,
Expand All @@ -57,6 +58,7 @@ class SystemConfig {
'updater.server.url' => true,
'trusted_proxies' => true,
'preview_imaginary_url' => true,
'preview_imaginary_key' => true,
'proxyuserpwd' => true,
'sentry.dsn' => true,
'sentry.public-dsn' => true,
Expand Down