Update config.json

This commit is contained in:
Alexandre
2021-05-04 16:15:11 +02:00
committed by GitHub
parent 0eb2461c1f
commit b53fb3c0b8

View File

@@ -49,8 +49,7 @@
"PGID": 0,
"networkdisks": "//server/share",
"cifsusername": "username",
"cifspassword": "password",
"smbv1": false
"cifspassword": "password"
},
"schema": {
"PUID": "int",
@@ -59,6 +58,6 @@
"networkdisks": "str?",
"cifsusername": "str?",
"cifspassword": "str?",
"smbv1": "bool"
"smbv1": "bool?"
}
}