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?" } }