From 9c5dd5f17331ea3c568cd0c98bc10ea91b14b3ee Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 9 Sep 2021 21:45:22 +0200 Subject: [PATCH] Update config.json --- joal/config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/joal/config.json b/joal/config.json index 11aa027dc..2862ce7f3 100644 --- a/joal/config.json +++ b/joal/config.json @@ -39,6 +39,7 @@ "ui_path": "str", "secret_token": "str", "run_duration": "str?", - "verbose": "bool?" + "verbose": "bool?", + "local_ip_port": "str?" } }