pm2 json refactoring

This commit is contained in:
cubedro 2015-04-02 18:44:36 +03:00
parent a8fb34ea14
commit 03162fa64d
1 changed files with 2 additions and 2 deletions

View File

@ -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":