diff --git a/joal/config.json b/joal/config.json index aa57d8a36..13b5a47ae 100644 --- a/joal/config.json +++ b/joal/config.json @@ -34,6 +34,7 @@ "schema": { "secret_token": "str", "run_duration": "str?", - "verbose": "bool?" + "verbose": "bool?", + "path": "str?" } }