Update config.json

This commit is contained in:
Alexandre
2021-05-04 16:12:50 +02:00
committed by GitHub
parent 2b3b781065
commit e78173484d

View File

@@ -37,9 +37,6 @@
"options": { "options": {
"PUID": 0, "PUID": 0,
"PGID": 0, "PGID": 0,
"localdisks": [
"sda1"
],
"networkdisks": "<//SERVER/SHARE>", "networkdisks": "<//SERVER/SHARE>",
"cifsusername": "<username>", "cifsusername": "<username>",
"cifspassword": "<password>" "cifspassword": "<password>"
@@ -48,11 +45,9 @@
"PUID": "int", "PUID": "int",
"PGID": "int", "PGID": "int",
"TZ": "str?", "TZ": "str?",
"localdisks": [ "networkdisks": "str?",
"str" "cifsusername": "str?",
], "cifspassword": "str?",
"networkdisks": "str", "cifsdomain": "str?"
"cifsusername": "str",
"cifspassword": "str"
} }
} }