Update config.json

This commit is contained in:
Alexandre
2021-05-04 16:17:33 +02:00
committed by GitHub
parent 5b30fa915a
commit 4ffbd137d4

View File

@@ -41,8 +41,7 @@
"theme": "default",
"networkdisks": "//IP/SHARE",
"cifsusername": "username",
"cifspassword": "folder",
"smbv1": "false"
"cifspassword": "folder"
},
"schema": {
"PUID": "int",
@@ -52,7 +51,7 @@
"networkdisks": "str?",
"cifsusername": "str?",
"cifspassword": "str?",
"smbv1": "bool",
"smbv1": "bool?",
"TZ": "str?"
}
}