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": {
"PUID": 0,
"PGID": 0,
"networkdisks": "//server/share",
"cifsusername": "username",
"cifspassword": "password",
"smbv1": false
"PGID": 0
},
"schema": {
"PUID": "int",
@@ -57,6 +53,6 @@
"networkdisks": "str?",
"cifsusername": "str?",
"cifspassword": "str?",
"smbv1": "bool"
"smbv1": "bool?"
}
}