Skip to content

Commit 88e950d

Browse files
authored
jicofo: fix healthcheck
Fixes: jitsi#929
1 parent 493cbdd commit 88e950d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jicofo/rootfs/defaults/jicofo.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jicofo {
122122
domain = "{{ .Env.XMPP_AUTH_DOMAIN }}"
123123
username = "{{ .Env.JICOFO_AUTH_USER }}"
124124
password = "{{ .Env.JICOFO_AUTH_PASSWORD }}"
125-
conference-muc-jid = "{{ first (splitList "." .Env.XMPP_MUC_DOMAIN) }}"
125+
conference-muc-jid = "{{ .Env.XMPP_MUC_DOMAIN }}"
126126
disable-certificate-verification = true
127127
}
128128
}

0 commit comments

Comments
 (0)