Fix state and format config

This commit is contained in:
Luke Murphy
2020-04-14 12:30:25 +02:00
parent 4ab78afc1d
commit 4c192e91ba
2 changed files with 4 additions and 1 deletions

View File

@ -3,12 +3,15 @@ directory: {{ dat_root }}
httpMirror: {{ http_mirror }}
letsencrypt: {{ auto_letsencrypt }}
dashboard: {{ dashboard }}
webapi:
domain: {{ domain }}
username: {{ webapi_username }}
password: {{ webapi_password }}
ports:
http: {{ port }}
dats:
{% for dat in dats %}
- url: "{{ dat }}"