jigasi: fix when using authentication

Set MUC_SERVICE_ADDRESS.
pull/899/head
Thomas Urban 4 years ago committed by GitHub
parent 456417066b
commit b0e653ae10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      jigasi.yml
  2. 2
      jigasi/rootfs/defaults/sip-communicator.properties

@ -13,6 +13,7 @@ services:
environment:
- ENABLE_AUTH
- XMPP_AUTH_DOMAIN
- XMPP_MUC_DOMAIN
- XMPP_INTERNAL_MUC_DOMAIN
- XMPP_SERVER
- XMPP_DOMAIN

@ -142,3 +142,5 @@ org.jitsi.jigasi.transcription.SEND_TXT={{ .Env.JIGASI_TRANSCRIBER_SEND_TXT | de
org.jitsi.jigasi.transcription.RECORD_AUDIO={{ .Env.JIGASI_TRANSCRIBER_RECORD_AUDIO | default "false"}}
org.jitsi.jigasi.transcription.RECORD_AUDIO_FORMAT=wav
{{end}}
org.jitsi.jigasi.MUC_SERVICE_ADDRESS={{ .Env.XMPP_MUC_DOMAIN }}

Loading…
Cancel
Save