1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/jitsi_ynh.git synced 2024-09-03 19:35:57 +02:00

metronome.cfg.lua: fix configuration.

This commit is contained in:
Marco Cirillo 2020-05-01 15:18:03 +02:00 committed by GitHub
parent efa8c8aec7
commit edcbf65263
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -63,7 +63,6 @@ cross_domain_bosh = false;
consider_bosh_secure = true;
VirtualHost "__DOMAIN__"
-- enabled = false -- Remove this line to enable this host
authentication = "anonymous"
-- Properties below are modified by jitsi-meet-tokens package config
-- and authentication above is switched to "token"
@ -86,6 +85,7 @@ VirtualHost "__DOMAIN__"
"speakerstats";
"turncredentials";
"conference_duration";
"extdisco";
}
c2s_require_encryption = false
external_services = {
@ -98,25 +98,25 @@ VirtualHost "__DOMAIN__"
}
Component "conference.__DOMAIN__" "muc"
storage = "null"
modules_enabled = {
"muc_meeting_id";
"muc_domain_mapper";
-- "token_verification";
}
admins = { "__FOCUS_USER__@auth.__DOMAIN__" }
muc_room_locking = false
muc_room_default_public_jids = true
allow_anonymous_creation = true
instant_room_on_creation = true
room_default_whois = "anyone"
-- internal muc component
Component "internal.auth.__DOMAIN__" "muc"
storage = "null"
modules_enabled = {
modules_enabled = {
"ping";
}
admins = { "__FOCUS_USER__@auth.__DOMAIN__", "__VIDEOBRIDGE_USER__@auth.__DOMAIN__" }
muc_room_locking = false
muc_room_default_public_jids = true
instant_room_on_creation = true
room_default_whois = "anyone"
VirtualHost "auth.__DOMAIN__"
ssl = {