14 lines
322 B
JSON
14 lines
322 B
JSON
|
{
|
||
|
"apps": [
|
||
|
{
|
||
|
"name": "framework",
|
||
|
"script": "index.js",
|
||
|
"interpreter_args": "",
|
||
|
"error_file": "/dev/null",
|
||
|
"out_file": "/dev/null",
|
||
|
"kill_timeout": 90000,
|
||
|
"max_restarts": 5,
|
||
|
"restart_delay": 5000
|
||
|
}
|
||
|
]
|
||
|
}
|