Skip to content

Commit

Permalink
fix(sip-jibri): IGNORE_CERTIFICATE_ERRORS in template
Browse files Browse the repository at this point in the history
  • Loading branch information
emrahcom committed Jul 18, 2024
1 parent e0a0a80 commit 5835751
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sip-jibri/rootfs/defaults/jibri.conf
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{{ $IGNORE_CERTIFICATE_ERRORS := .Env.IGNORE_CERTIFICATE_ERRORS | default "false" | toBool -}}
{{ $JIBRI_XMPP_USER := .Env.JIBRI_XMPP_USER | default "jibri" -}}
{{ $SIP_JIBRI_XMPP_USER := .Env.SIP_JIBRI_XMPP_USER | default "sip" -}}
{{ $SIP_JIBRI_USAGE_TIMEOUT := .Env.SIP_JIBRI_USAGE_TIMEOUT | default "0" -}}
Expand Down Expand Up @@ -150,7 +151,7 @@ jibri {
"{{ join "\",\"" (splitList "," .Env.CHROMIUM_FLAGS) }}"
]
}
{{ else if .Env.IGNORE_CERTIFICATE_ERRORS -}}
{{ else if IGNORE_CERTIFICATE_ERRORS -}}
chrome {
flags = [
"--use-fake-ui-for-media-stream",
Expand Down

0 comments on commit 5835751

Please sign in to comment.