jvb: fix template syntax

This commit is contained in:
bgrozev
2025-08-04 04:43:03 -05:00
committed by GitHub
parent d3a1e6374a
commit 3c9472946b

View File

@@ -129,7 +129,7 @@ videobridge {
jmt {
bwe {
estimator {
engine = "${{ .Env.BWE_ESTIMATOR_ENGINE | default "GoogleCc" }}"
engine = "{{ .Env.BWE_ESTIMATOR_ENGINE | default "GoogleCc" }}"
}
}
}