diff --git a/noxis-rs/tests/examples/none.json b/noxis-rs/tests/examples/none.json index e6c4897..224fb83 100644 --- a/noxis-rs/tests/examples/none.json +++ b/noxis-rs/tests/examples/none.json @@ -1,5 +1,7 @@ { "dateOfCreation": "1", - "configServer": "", + "processes": [] +} +, "processes": [] } diff --git a/noxis-rs/tests/examples/save-conf.json b/noxis-rs/tests/examples/save-conf.json index e6c4897..224fb83 100644 --- a/noxis-rs/tests/examples/save-conf.json +++ b/noxis-rs/tests/examples/save-conf.json @@ -1,5 +1,7 @@ { "dateOfCreation": "1", - "configServer": "", + "processes": [] +} +, "processes": [] } diff --git a/noxis-rs/tests/examples/settings.json b/noxis-rs/tests/examples/settings.json index 8c80261..324275d 100644 --- a/noxis-rs/tests/examples/settings.json +++ b/noxis-rs/tests/examples/settings.json @@ -1,6 +1,5 @@ { "dateOfCreation": "1721381809103", - "configServer" : "localhost", "processes": [ { "name": "temp-process", @@ -12,7 +11,8 @@ "src": "/home/vladislav/web/runner-rs/examples/", "triggers": { "onDelete": "hold", - "onChange": "stop" + "onChange": "stop", + "doRestore" : true } } ],