From fc500dae04fe71e8804f5a635ebc30cc9ea13066 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 4 May 2021 16:15:47 +0200 Subject: [PATCH] Update config.json --- papermerge/config.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/papermerge/config.json b/papermerge/config.json index 9befe2948..28cb2f00e 100644 --- a/papermerge/config.json +++ b/papermerge/config.json @@ -29,8 +29,7 @@ "options": { "PUID": 0, "PGID": 0, - "ocrlang": "eng,fra", - "smbv1": false + "ocrlang": "eng,fra" }, "apparmor": true, "schema": { @@ -40,7 +39,7 @@ "networkdisks": "str?", "cifsusername": "str?", "cifspassword": "str?", - "smbv1": "bool", + "smbv1": "bool?", "TZ": "str?" } }