test settings

This commit is contained in:
Andrey Sokolovskiy 2024-03-24 12:25:25 +07:00
parent 2c53c64dab
commit 6aa6dbee84

View File

@ -6,7 +6,7 @@ Director {
{% if item.description is defined %}
Description = "{{ item.description }}"
{% endif %}
Password = "{{ item.password }}"
Password = "[MD5]{{ item.password | md5 }}"
{% if item.monitor is defined and item.monitor %}
Monitor = Yes
{% endif %}