Skip to content

Commit

Permalink
fix(config): Mark more configs as sensitive
Browse files Browse the repository at this point in the history
Signed-off-by: Joas Schilling <[email protected]>

[skip ci]
  • Loading branch information
nickvergessen authored and backportbot[bot] committed Oct 28, 2024
1 parent 129be71 commit 5b4d4ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/private/SystemConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ class SystemConfig {
'onlyoffice' => [
'jwt_secret' => true,
],
'PASS' => true,
];

/** @var Config */
Expand Down

0 comments on commit 5b4d4ce

Please sign in to comment.