Update config.json

This commit is contained in:
Alexandre
2021-08-06 16:12:52 +02:00
committed by GitHub
parent 9e1b75c471
commit 5d65b96baa

View File

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