mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
fix: Mark more configs as sensitive
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
7bc4ccba6a
commit
03f38c9b06
1 changed files with 2 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue