Update config.json

This commit is contained in:
Alexandre
2021-02-18 19:03:17 +01:00
committed by GitHub
parent d426270821
commit 7b1743b29e

View File

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