Update config.json

This commit is contained in:
Alexandre
2021-09-30 16:03:51 +02:00
committed by GitHub
parent 8cbd355e17
commit 9164bcc395

View File

@@ -17,6 +17,7 @@
"hassio_api": true, "hassio_api": true,
"hassio_role": "homeassistant", "hassio_role": "homeassistant",
"homeassistant_api": true, "homeassistant_api": true,
"snapshot_exclude":["*/image.tar"],
"ports": { "ports": {
"8080/tcp": 8081, "8080/tcp": 8081,
"6881/tcp": 6881, "6881/tcp": 6881,
@@ -85,6 +86,5 @@
"openvpn_password": "str?", "openvpn_password": "str?",
"run_duration": "str?", "run_duration": "str?",
"TZ": "str?" "TZ": "str?"
}, }
"snapshot_exclude":["*image.*"]
} }