From 7b1743b29ebed32c2e58f237a9e685d54d7225c2 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 18 Feb 2021 19:03:17 +0100 Subject: [PATCH] Update config.json --- filebrowser/config.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/filebrowser/config.json b/filebrowser/config.json index ece83effb..222cc333a 100644 --- a/filebrowser/config.json +++ b/filebrowser/config.json @@ -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" } }