forked from Deuxfleurs/infrastructure
Improve jitsi config
This commit is contained in:
parent
7bdea77811
commit
952d7c0510
2 changed files with 2 additions and 1 deletions
|
@ -15,6 +15,7 @@ services:
|
|||
jitsi-conference-focus:
|
||||
image: superboum/amd64_jitsi_conference_focus:v7
|
||||
volumes:
|
||||
- "./prosody/certs/jitsi.crt:/usr/local/share/ca-certificates/jitsi.crt:ro"
|
||||
- "./prosody/certs/auth.jitsi.crt:/usr/local/share/ca-certificates/auth.jitsi.crt:ro"
|
||||
- "./jicofo/jicofo.conf:/etc/jitsi/jicofo.conf:ro"
|
||||
# jitsi-meet:
|
||||
|
|
|
@ -53,7 +53,7 @@ jicofo {
|
|||
}
|
||||
|
||||
// The JID of the MUC to be used as a brewery for bridge instances.
|
||||
brewery-jid = "jvbbrewery@jitsi"
|
||||
brewery-jid = "jvbbrewery@internal.auth.jitsi"
|
||||
}
|
||||
// Configure the codecs and RTP extensions to be used in the offer sent to clients.
|
||||
codec {
|
||||
|
|
Loading…
Reference in a new issue