fix(AppConfig): Add external JWT private key to sensitive keys

Signed-off-by: provokateurin <kate@provokateurin.de>
pull/48682/head
provokateurin 2024-10-14 10:42:06 +07:00
parent ec7f3605ac
commit 7edb70a63e
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

@ -1432,6 +1432,7 @@ class AppConfig implements IAppConfig {
],
'external' => [
'/^sites$/',
'/^jwt_token_privkey_(.*)$/',
],
'integration_discourse' => [
'/^private_key$/',