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", "keyfile": "privkey.pem",
"networkdisks": "//server/share", "networkdisks": "//server/share",
"cifsusername": "username", "cifsusername": "username",
"cifspassword": "password" "cifspassword": "password",
"smbv1": false
}, },
"schema": { "schema": {
"ssl": "bool", "ssl": "bool",
@@ -45,6 +46,7 @@
"keyfile": "str", "keyfile": "str",
"networkdisks": "str?", "networkdisks": "str?",
"cifsusername": "str?", "cifsusername": "str?",
"cifspassword": "str?" "cifspassword": "str?",
"smbv1": "bool"
} }
} }