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",
"networkdisks": "//server/share",
"cifsusername": "username",
"cifspassword": "password"
"cifspassword": "password",
"NoAuth": false
},
"schema": {
"ssl": "bool",
@@ -41,6 +42,6 @@
"cifsusername": "str?",
"cifspassword": "str?",
"smbv1": "bool?",
"NoAuth": "bool?"
"NoAuth": "bool"
}
}