Compare commits
1 Commits
e3e384d243
...
822a999c7c
Author | SHA1 | Date | |
---|---|---|---|
822a999c7c |
@ -9,7 +9,7 @@
|
|||||||
{%- endif %}
|
{%- endif %}
|
||||||
{{ option }}={{ value }}
|
{{ option }}={{ value }}
|
||||||
{%- endfor %}
|
{%- endfor %}
|
||||||
{%- endif %}
|
{% endif %}
|
||||||
|
|
||||||
{%- for account, config in accounts.items() %}
|
{%- for account, config in accounts.items() %}
|
||||||
[{{ account }}]
|
[{{ account }}]
|
||||||
@ -19,7 +19,7 @@
|
|||||||
{%- endif %}
|
{%- endif %}
|
||||||
{{ option }}={{ value }}
|
{{ option }}={{ value }}
|
||||||
{%- endfor %}
|
{%- endfor %}
|
||||||
{%- endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
{%- for gateway, config in gateways.items() %}
|
{%- for gateway, config in gateways.items() %}
|
||||||
[[gateway]]
|
[[gateway]]
|
||||||
@ -30,4 +30,4 @@ enable=true
|
|||||||
account="{{ account }}"
|
account="{{ account }}"
|
||||||
channel="{{ channel }}"
|
channel="{{ channel }}"
|
||||||
{%- endfor %}
|
{%- endfor %}
|
||||||
{%- endfor -%}
|
{% endfor %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user