Update config.json

This commit is contained in:
Alexandre
2021-05-01 10:24:20 +02:00
committed by GitHub
parent 7ed038d3ef
commit cae132268f

View File

@@ -44,11 +44,7 @@
], ],
"options": { "options": {
"PUID": 0, "PUID": 0,
"PGID": 0, "PGID": 0
"networkdisks": "//server/share",
"cifsusername": "username",
"cifspassword": "password",
"smbv1": false
}, },
"schema": { "schema": {
"PUID": "int", "PUID": "int",
@@ -57,6 +53,6 @@
"networkdisks": "str?", "networkdisks": "str?",
"cifsusername": "str?", "cifsusername": "str?",
"cifspassword": "str?", "cifspassword": "str?",
"smbv1": "bool" "smbv1": "bool?"
} }
} }