20 lines
495 B
JSON
20 lines
495 B
JSON
{
|
|
"apps": [{
|
|
"name": "tcs-verify-agent",
|
|
"script": "agent.js",
|
|
"cwd": "/root/guanghulab/_deploy/tcs-verify-agent",
|
|
"env": {
|
|
"PORT": 3915,
|
|
"REPO_ROOT": "/root/guanghulab"
|
|
},
|
|
"instances": 1,
|
|
"exec_mode": "fork",
|
|
"autorestart": true,
|
|
"watch": false,
|
|
"max_memory_restart": "100M",
|
|
"log_date_format": "YYYY-MM-DD HH:mm:ss",
|
|
"out_file": "/root/logs/tcs-verify-agent-out.log",
|
|
"error_file": "/root/logs/tcs-verify-agent-err.log"
|
|
}]
|
|
}
|