pm2 json refactoring
This commit is contained in:
parent
a8fb34ea14
commit
03162fa64d
@ -3,10 +3,11 @@
|
||||
"name" : "eth",
|
||||
"cwd" : "/home/ubuntu/bin/www/",
|
||||
"script" : "bin/eth.sh",
|
||||
"log_date_format" : "YYYY-MM-DD HH:mm Z",
|
||||
"log_file" : "/home/ubuntu/logs/eth-log.log",
|
||||
"out_file" : "/home/ubuntu/logs/eth-out.log",
|
||||
"error_file" : "/home/ubuntu/logs/eth-err.log",
|
||||
"merge_logs" : true,
|
||||
"merge_logs" : false,
|
||||
"watch" : false,
|
||||
"cron_restart" : "0 0 * * *",
|
||||
"exec_interpreter" : "bash",
|
||||
@ -21,7 +22,6 @@
|
||||
"error_file" : "/home/ubuntu/logs/node-app-err.log",
|
||||
"merge_logs" : true,
|
||||
"watch" : false,
|
||||
// "cron_restart" : "0 0 * * *",
|
||||
"exec_interpreter" : "node",
|
||||
"exec_mode" : "fork_mode",
|
||||
"env":
|
||||
|
Loading…
Reference in New Issue
Block a user