Update config.json

This commit is contained in:
Alexandre
2021-05-04 16:16:38 +02:00
committed by GitHub
parent 76814ed0bf
commit 5b30fa915a

View File

@@ -41,8 +41,7 @@
"keyfile": "privkey.pem",
"networkdisks": "//server/share",
"cifsusername": "username",
"cifspassword": "password",
"smbv1": false
"cifspassword": "password"
},
"schema": {
"ssl": "bool",
@@ -51,6 +50,6 @@
"networkdisks": "str?",
"cifsusername": "str?",
"cifspassword": "str?",
"smbv1": "bool"
"smbv1": "bool?"
}
}