Skip to content

Commit 654c4f2

Browse files
committed
fix(jigasi): remove unused envs
1 parent dcedfa1 commit 654c4f2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

jigasi/rootfs/defaults/xmpp-sip-communicator.properties

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
{{ $JIGASI_XMPP_PASSWORD := .Env.JIGASI_XMPP_PASSWORD | default "replaceme" -}}
44
{{ $PUBLIC_URL_DOMAIN := .Env.PUBLIC_URL | default "https://localhost:8443" | trimPrefix "https://" | trimSuffix "/" -}}
55
{{ $XMPP_AUTH_DOMAIN := .Env.XMPP_AUTH_DOMAIN | default "auth.meet.jitsi" -}}
6-
{{ $XMPP_DOMAIN := .Env.XMPP_DOMAIN | default "meet.jitsi" -}}
76
{{ $XMPP_INTERNAL_MUC_DOMAIN := .Env.XMPP_INTERNAL_MUC_DOMAIN | default "internal-muc.meet.jitsi" -}}
87
{{ $XMPP_PORT := .Env.XMPP_PORT | default "5222" -}}
98
{{ $XMPP_SERVER := .Env.XMPP_SERVER | default "xmpp.meet.jitsi" -}}

0 commit comments

Comments
 (0)