5 lines
96 B
Text
5 lines
96 B
Text
|
{% for user in mosquitto_accounts %}
|
||
|
{{ user.username }}:{{ user.password_hash }}
|
||
|
|
||
|
{% endfor %}
|