From 8a4daf64cb067cdcefefeee0dceda40d0027e838 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 13 May 2021 23:11:43 +0200 Subject: [PATCH] Allow custom path --- joal/config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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?" } }