From 0ba33dc592e823f933f6faa9083e3f0e99ec68b4 Mon Sep 17 00:00:00 2001 From: Iker Larraona Sancho Date: Tue, 15 Jul 2025 10:47:35 +0200 Subject: [PATCH] Added new parameter to documentation --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d572683..0c649e8 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ { "Configs": { "AppPath": "\\TestAPI.exe", //can not be null + "WorkingDir": "", //can be null (defaults to ".") "AppParams": "", //"param1 param2 param3 param4 param5", "RestartAppAutomatically": false, //can not be null "RestartDelay": 5000 //can not be null. Min 1000 ms