diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2021-01-28 17:02:10 +0100 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2021-01-28 17:02:10 +0100 |
commit | ebb772e5ba26944ac002c236d33ef164e91c6a7d (patch) | |
tree | 9f7d683a638957e47fccd021ffb5d44d8db247c9 /app/jitsi/integration/jicofo.conf | |
parent | 07765e84561a87a02e4a82a8ea6212f0ffe3b1e3 (diff) | |
download | infrastructure-ebb772e5ba26944ac002c236d33ef164e91c6a7d.tar.gz infrastructure-ebb772e5ba26944ac002c236d33ef164e91c6a7d.zip |
Fix ansible inventory + Fix jicofo's hocon conf + fix jicofo's dockerfile
Diffstat (limited to 'app/jitsi/integration/jicofo.conf')
-rw-r--r-- | app/jitsi/integration/jicofo.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/jitsi/integration/jicofo.conf b/app/jitsi/integration/jicofo.conf index ecf45fc..2351cde 100644 --- a/app/jitsi/integration/jicofo.conf +++ b/app/jitsi/integration/jicofo.conf @@ -53,7 +53,7 @@ jicofo { } // The JID of the MUC to be used as a brewery for bridge instances. - brewery-jid = jvbbrewery@example.com + brewery-jid = "jvbbrewery@example.com" } // Configure the codecs and RTP extensions to be used in the offer sent to clients. codec { |