33 lines
731 B
JSON
33 lines
731 B
JSON
{
|
|
"dateOfCreation": "1721381809103",
|
|
"configServer" : "localhost",
|
|
"processes": [
|
|
{
|
|
"name": "temp-process",
|
|
"path": "/home/vladislav/web/runner-rs/examples/run.sh",
|
|
"dependencies": {
|
|
"files": [
|
|
{
|
|
"filename": "dep-file",
|
|
"src": "/home/vladislav/web/runner-rs/examples/",
|
|
"triggers": {
|
|
"onDelete": "hold",
|
|
"onChange": "stop"
|
|
}
|
|
}
|
|
],
|
|
"services": [
|
|
{
|
|
"hostname": "localhost",
|
|
"port": 8080,
|
|
"triggers": {
|
|
"wait": 10,
|
|
"delay": 2,
|
|
"onLost": "stop"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|
|
]
|
|
} |