Update config.json

This commit is contained in:
Alexandre
2022-05-18 13:45:14 +02:00
committed by GitHub
parent 9ba1b6652d
commit a35537a76d

View File

@@ -46,7 +46,9 @@
"name": "ResilioSync",
"options": {
"PGID": 0,
"PUID": 0
"PUID": 0,
"data_location": "/config/resioliosync/sync",
"config_location": "/config/resioliosync/config"
},
"ports": {
"55555/tcp": 55555,
@@ -69,7 +71,9 @@
"cifspassword": "str?",
"cifsusername": "str?",
"localdisks": "str?",
"networkdisks": "str?"
"networkdisks": "str?",
"data_location": "str",
"config_location": "str"
},
"slug": "resiliosync",
"url": "https://github.com/tyjtyj/hassio-addons",