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