pm2 json refactoring

This commit is contained in:
cubedro 2015-04-02 18:44:36 +03:00
parent a8fb34ea14
commit 03162fa64d

View File

@ -3,10 +3,11 @@
"name" : "eth", "name" : "eth",
"cwd" : "/home/ubuntu/bin/www/", "cwd" : "/home/ubuntu/bin/www/",
"script" : "bin/eth.sh", "script" : "bin/eth.sh",
"log_date_format" : "YYYY-MM-DD HH:mm Z",
"log_file" : "/home/ubuntu/logs/eth-log.log", "log_file" : "/home/ubuntu/logs/eth-log.log",
"out_file" : "/home/ubuntu/logs/eth-out.log", "out_file" : "/home/ubuntu/logs/eth-out.log",
"error_file" : "/home/ubuntu/logs/eth-err.log", "error_file" : "/home/ubuntu/logs/eth-err.log",
"merge_logs" : true, "merge_logs" : false,
"watch" : false, "watch" : false,
"cron_restart" : "0 0 * * *", "cron_restart" : "0 0 * * *",
"exec_interpreter" : "bash", "exec_interpreter" : "bash",
@ -21,7 +22,6 @@
"error_file" : "/home/ubuntu/logs/node-app-err.log", "error_file" : "/home/ubuntu/logs/node-app-err.log",
"merge_logs" : true, "merge_logs" : true,
"watch" : false, "watch" : false,
// "cron_restart" : "0 0 * * *",
"exec_interpreter" : "node", "exec_interpreter" : "node",
"exec_mode" : "fork_mode", "exec_mode" : "fork_mode",
"env": "env":