mirror of
https://github.com/YunoHost-Apps/jitsi_ynh.git
synced 2024-09-03 19:35:57 +02:00
metronome.cfg.lua: remove anonymous creation.
Until I understand what it was there for.
This commit is contained in:
parent
0ca9345de9
commit
039aa0e32d
1 changed files with 1 additions and 2 deletions
|
@ -63,7 +63,7 @@ VirtualHost "__DOMAIN__"
|
|||
certificate = "/etc/yunohost/certs/__DOMAIN__/crt.pem";
|
||||
}
|
||||
|
||||
c2s_require_encryption = false
|
||||
--c2s_require_encryption = false --why?
|
||||
|
||||
VirtualHost "auth.__DOMAIN__"
|
||||
ssl = {
|
||||
|
@ -82,7 +82,6 @@ VirtualHost "auth.__DOMAIN__"
|
|||
}
|
||||
|
||||
Component "conference.__DOMAIN__" "muc"
|
||||
allow_anonymous_creation = true
|
||||
|
||||
Component "jitsi-videobridge.__DOMAIN__"
|
||||
component_secret = "__VIDEOBRIDGE_SECRET__"
|
||||
|
|
Loading…
Add table
Reference in a new issue