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: add at least a global admin.

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

View file

@ -54,11 +54,12 @@ modules_enabled = {
"http_altconnect";
}
-- Make the focus user a global administrator
admins = { "__FOCUS_USER__@auth.__DOMAIN__" }
-- domain mapper options, must at least have domain base set to use the mapper
muc_mapper_domain_base = "__DOMAIN__";
turn_secret = "__TURN_SECRET__";
cross_domain_bosh = false;
consider_bosh_secure = true;
@ -110,8 +111,7 @@ Component "conference.__DOMAIN__" "muc"
-- internal muc component
Component "internal.auth.__DOMAIN__" "muc"
modules_enabled = {
modules_enabled = {
"ping";
}
admins = { "__FOCUS_USER__@auth.__DOMAIN__", "__VIDEOBRIDGE_USER__@auth.__DOMAIN__" }