From 7af9bb1c53775961dc453763a83a546d809e20ca Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 13 May 2021 07:12:46 +0200 Subject: [PATCH] Update config.json --- joal/config.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/joal/config.json b/joal/config.json index e44b92985..b035c2978 100644 --- a/joal/config.json +++ b/joal/config.json @@ -28,9 +28,11 @@ "host_network": false, "environment": {}, "options": { - "secret_token": "lrMY24Byhx" + "secret_token": "lrMY24Byhx", + "run_for_hours": "12", }, "schema": { - "secret_token": "str" + "secret_token": "str", + "run_for_hours": "int?" } }