matterbridge: quote numbers #18
@ -14,7 +14,7 @@
|
||||
{%- for account, config in accounts.items() %}
|
||||
[{{ account }}]
|
||||
{%- for option, value in config.items() %}
|
||||
{%- if value is string %}
|
||||
{%- if value is string or value is number %}
|
||||
{%- set value = '"' ~ value ~ '"' %}
|
||||
{%- endif %}
|
||||
{{ option }}={{ value }}
|
||||
|
Loading…
Reference in New Issue
Block a user