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",
"networkdisks": "//ADDRESS/SHARE",
"cifsusername": "username",
"cifspassword": "password",
"smbv1": "false"
"cifspassword": "password"
},
"schema": {
"PUID": "int",
@@ -56,6 +55,6 @@
"networkdisks": "str?",
"cifsusername": "str?",
"cifspassword": "str?",
"smbv1": "bool"
"smbv1": "bool?"
}
}