This commit is contained in:
Erik 2023-02-10 23:55:57 +02:00
parent 46ad540f68
commit 32a58b0519
Signed by: Navy.gif
GPG Key ID: 2532FBBB61C65A68

14
start.json Normal file
View File

@ -0,0 +1,14 @@
{
"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
}
]
}