Exclude the Bridge Bot password as well

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2020-08-20 10:28:35 +02:00
parent af3a59fab5
commit 2e4b3cebc6
No known key found for this signature in database
GPG key ID: 7076EA9751AACDDA

View file

@ -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$/',