Преглед изворни кода

Moves admins definition as it seems on some distributions after latest lua updates, causes trouble for prosody.

j8
Damian Minkov пре 10 година
родитељ
комит
8334036cf4
1 измењених фајлова са 1 додато и 2 уклоњено
  1. 1
    2
      doc/debian/jitsi-meet-prosody/prosody.cfg.lua-jvb.example

+ 1
- 2
doc/debian/jitsi-meet-prosody/prosody.cfg.lua-jvb.example Прегледај датотеку

@@ -16,6 +16,7 @@ VirtualHost "jitmeet.example.com"
16 16
         }
17 17
 
18 18
 Component "conference.jitmeet.example.com" "muc"
19
+admins = { "focusUser@auth.jitmeet.example.com" }
19 20
 
20 21
 Component "jitsi-videobridge.jitmeet.example.com"
21 22
     component_secret = "jitmeetSecret"
@@ -23,7 +24,5 @@ Component "jitsi-videobridge.jitmeet.example.com"
23 24
 VirtualHost "auth.jitmeet.example.com"
24 25
         authentication = "internal_plain"
25 26
 
26
-admins = { "focusUser@auth.jitmeet.example.com" }
27
-
28 27
 Component "focus.jitmeet.example.com"
29 28
     component_secret = "focusSecret"

Loading…
Откажи
Сачувај