Update config.json

This commit is contained in:
Alexandre
2020-11-29 18:13:50 +01:00
committed by GitHub
parent e0898c6374
commit 12221251c7

View File

@@ -34,7 +34,7 @@
"options": { "options": {
"PUID": 1001, "PUID": 1001,
"PGID": 1001, "PGID": 1001,
"local_hdd": "<Local>", "localdisks": ["/dev/sdb1"],
"networkdisks": ["<//SERVER/SHARE>"], "networkdisks": ["<//SERVER/SHARE>"],
"cifsusername": "<username>", "cifsusername": "<username>",
"cifspassword": "<password>" "cifspassword": "<password>"
@@ -43,7 +43,7 @@
"PUID": "int", "PUID": "int",
"PGID": "int", "PGID": "int",
"TZ": "str?", "TZ": "str?",
"local_hdd": "str", "localdisks": ["str"],
"networkdisks": ["str"], "networkdisks": ["str"],
"cifsusername": "str", "cifsusername": "str",
"cifspassword": "str" "cifspassword": "str"