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: remove anonymous creation.

Until I understand what it was there for.
This commit is contained in:
Marco Cirillo 2020-05-01 15:28:43 +02:00 committed by GitHub
parent 0ca9345de9
commit 039aa0e32d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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__"