From 5b30fa915a36c7ec96e5a4930e9c4cbb10bd0bad Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 4 May 2021 16:16:38 +0200 Subject: [PATCH] Update config.json --- filebrowser/config.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/filebrowser/config.json b/filebrowser/config.json index ecfdaa8ef..f826c08fb 100644 --- a/filebrowser/config.json +++ b/filebrowser/config.json @@ -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?" } }