updated processes.json
This commit is contained in:
parent
9c6f581617
commit
e76ff4be85
@ -5,8 +5,9 @@
|
||||
"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" : false,
|
||||
"merge_logs" : true,
|
||||
"watch" : false,
|
||||
"cron_restart" : "0 0 * * *",
|
||||
"exec_interpreter" : "bash",
|
||||
"exec_mode" : "fork_mode"
|
||||
},
|
||||
@ -16,8 +17,9 @@
|
||||
"log_file" : "/home/ubuntu/logs/node-app-log.log",
|
||||
"out_file" : "/home/ubuntu/logs/node-app-out.log",
|
||||
"error_file" : "/home/ubuntu/logs/node-app-err.log",
|
||||
"merge_logs" : false,
|
||||
"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