Update config.json

This commit is contained in:
Alexandre
2021-05-04 16:18:08 +02:00
committed by GitHub
parent 0ed74d0740
commit c3dff7fb5c

View File

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