Exclude the Bridge Bot password as well

Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/22320/head
Joas Schilling 5 years ago
parent af3a59fab5
commit 2e4b3cebc6
No known key found for this signature in database
GPG Key ID: 7076EA9751AACDDA
  1. 5
      lib/private/AppConfig.php

@ -49,11 +49,12 @@ class AppConfig implements IAppConfig {
'/^sites$/',
],
'spreed' => [
'/^bridge_bot_password/',
'/^signaling_servers$/',
'/^signaling_ticket_secret$/',
'/^turn_server_secret$/',
'/^stun_servers$/',
'/^turn_servers$/',
'/^signaling_servers$/',
'/^turn_server_secret$/',
],
'theming' => [
'/^imprintUrl$/',

Loading…
Cancel
Save