From d4ceffffdb547bdfcaa1ee14439bbd2c62647749 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 13 May 2021 17:09:01 +0200 Subject: [PATCH] Update config.json --- joal/config.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/joal/config.json b/joal/config.json index 826a8be46..aa57d8a36 100644 --- a/joal/config.json +++ b/joal/config.json @@ -29,10 +29,11 @@ "environment": {}, "options": { "secret_token": "lrMY24Byhx", - "run_duration": "5m" + "run_duration": "12h" }, "schema": { "secret_token": "str", - "run_duration": "str?" + "run_duration": "str?", + "verbose": "bool?" } }