Added new parameter to documentation

This commit is contained in:
Iker Larraona Sancho
2025-07-15 10:47:35 +02:00
parent b59a08ba3c
commit 0ba33dc592

View File

@@ -27,6 +27,7 @@
{ {
"Configs": { "Configs": {
"AppPath": "<Filepath>\\TestAPI.exe", //can not be null "AppPath": "<Filepath>\\TestAPI.exe", //can not be null
"WorkingDir": "<Dirpath>", //can be null (defaults to ".")
"AppParams": "", //"param1 param2 param3 param4 param5", "AppParams": "", //"param1 param2 param3 param4 param5",
"RestartAppAutomatically": false, //can not be null "RestartAppAutomatically": false, //can not be null
"RestartDelay": 5000 //can not be null. Min 1000 ms "RestartDelay": 5000 //can not be null. Min 1000 ms