File tree 2 files changed +3
-3
lines changed
prosody/rootfs/defaults/conf.d 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -378,11 +378,11 @@ Component "{{ $XMPP_MUC_DOMAIN }}" "muc"
378
378
{{ join " \n " (splitList " ," .Env .XMPP_MUC_CONFIGURATION ) }}
379
379
{{ end - }}
380
380
{{ if .Env .MAX_PARTICIPANTS }}
381
- muc_access_whitelist = { " focus@{{ .Env. XMPP_AUTH_DOMAIN }}" }
381
+ muc_access_whitelist = { " focus@{{ $ XMPP_AUTH_DOMAIN }}" }
382
382
muc_max_occupants = " {{ .Env.MAX_PARTICIPANTS }}"
383
383
{{ end }}
384
384
muc_password_whitelist = {
385
- " focus@{{ .Env. XMPP_AUTH_DOMAIN }}" ;
385
+ " focus@{{ $ XMPP_AUTH_DOMAIN }}" ;
386
386
{{- if $ENABLE_RECORDING }}
387
387
" {{ $JIBRI_RECORDER_USER }}@{{ $XMPP_RECORDER_DOMAIN }}" ;
388
388
{{- end }}
Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ VirtualHost 'v{{ $VISITOR_INDEX }}.{{ $VISITORS_XMPP_DOMAIN }}'
130
130
{{ join " \n " (splitList " ," .Env .XMPP_CONFIGURATION ) }}
131
131
{{- end }}
132
132
133
- VirtualHost ' {{ $XMPP_AUTH_DOMAIN}}'
133
+ VirtualHost ' {{ $XMPP_AUTH_DOMAIN }}'
134
134
modules_enabled = {
135
135
' limits_exception' ;
136
136
}
You can’t perform that action at this time.
0 commit comments