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:
parent
edcbf65263
commit
4d4ab48c2c
1 changed files with 4 additions and 4 deletions
|
@ -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,7 +111,6 @@ Component "conference.__DOMAIN__" "muc"
|
|||
|
||||
-- internal muc component
|
||||
Component "internal.auth.__DOMAIN__" "muc"
|
||||
|
||||
modules_enabled = {
|
||||
"ping";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue