From fc2b7d46257d80b6c3b537f6ac38fc64b993e154 Mon Sep 17 00:00:00 2001 From: CChemin <57364244+CChemin@users.noreply.github.com> Date: Tue, 31 Mar 2020 05:59:42 +0200 Subject: [PATCH] fix missing value for verify in the config.json sample (#192) --- 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 }