We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9b9397a + 7f08ddb commit edf04a4Copy full SHA for edf04a4
lib/private/AppConfig.php
@@ -110,9 +110,12 @@ class AppConfig implements IAppConfig {
110
'/^cookie$/',
111
],
112
'spreed' => [
113
- '/^bridge_bot_password/',
+ '/^bridge_bot_password$/',
114
+ '/^hosted-signaling-server-(.*)$/',
115
'/^signaling_servers$/',
116
'/^signaling_ticket_secret$/',
117
+ '/^signaling_token_privkey_(.*)$/',
118
+ '/^signaling_token_pubkey_(.*)$/',
119
'/^sip_bridge_dialin_info$/',
120
'/^sip_bridge_shared_secret$/',
121
'/^stun_servers$/',
0 commit comments