summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2020-08-20 10:28:35 +0200
committerJoas Schilling <coding@schilljs.com>2020-08-20 10:28:35 +0200
commit2e4b3cebc67b0ee052a590d3c5b0bd7fbb2c7388 (patch)
tree6c0c7657dd64ec68edfffe2ef36c0f2c7e861eb6
parentaf3a59fab5798918697d25616ccdd929bc10a7fa (diff)
downloadnextcloud-server-2e4b3cebc67b0ee052a590d3c5b0bd7fbb2c7388.tar.gz
nextcloud-server-2e4b3cebc67b0ee052a590d3c5b0bd7fbb2c7388.zip
Exclude the Bridge Bot password as well
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r--lib/private/AppConfig.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/private/AppConfig.php b/lib/private/AppConfig.php
index 97338c1895b..b35bc4070dd 100644
--- a/lib/private/AppConfig.php
+++ b/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$/',