Browse Source

jicofo: fix healthcheck

Fixes: #929
Prayag Singh 4 years ago
parent
commit
88e950d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      jicofo/rootfs/defaults/jicofo.conf

+ 1 - 1
jicofo/rootfs/defaults/jicofo.conf

@@ -122,7 +122,7 @@ jicofo {
         domain = "{{ .Env.XMPP_AUTH_DOMAIN }}"
         username = "{{ .Env.JICOFO_AUTH_USER }}"
         password = "{{ .Env.JICOFO_AUTH_PASSWORD }}"  
-        conference-muc-jid = "{{ first (splitList "." .Env.XMPP_MUC_DOMAIN) }}"
+        conference-muc-jid = "{{ .Env.XMPP_MUC_DOMAIN }}"
         disable-certificate-verification = true
       }
     }