From fe81d555fcbfe6a3f5311affd3ad7e1c5a5123c0 Mon Sep 17 00:00:00 2001 From: CChemin Date: Mon, 30 Mar 2020 20:17:24 +0200 Subject: [PATCH] fix missing value for verify in the config.json sample --- app/config.json.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config.json.sample b/app/config.json.sample index f5d3811..17c456e 100644 --- a/app/config.json.sample +++ b/app/config.json.sample @@ -71,6 +71,6 @@ "server": false }, "accesslog": false, - "verify": , + "verify": false, "safeShutdownDuration": 300 }