Merge pull request #45441 from nextcloud/backport/45390/stable27

[stable27] fix: Mark more configs as sensitive
This commit is contained in:
Joas Schilling 2024-06-06 11:59:51 +02:00 committed by GitHub
commit eaab06a340
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -42,6 +42,7 @@ class SystemConfig {
'dbhost' => true,
'dbpassword' => true,
'dbuser' => true,
'dbreplica' => true,
'activity_dbname' => true,
'activity_dbhost' => true,
'activity_dbpassword' => true,
@ -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,