Update config.json

This commit is contained in:
Alexandre
2021-02-19 10:43:46 +01:00
committed by GitHub
parent 27cb9a70b1
commit ef3fbda6ad

View File

@@ -44,7 +44,7 @@
"networkdisks": "//ADDRESS/SHARE",
"cifsusername": "username",
"cifspassword": "password",
"smbv1": "false",
"smbv1": "false"
},
"schema": {
"PUID": "int",
@@ -55,6 +55,6 @@
"networkdisks": "str?",
"cifsusername": "str?",
"cifspassword": "str?",
"smbv1": "bool",
"smbv1": "bool"
}
}