changed processes.json
This commit is contained in:
parent
075c602722
commit
9c6f581617
@ -5,7 +5,7 @@
|
|||||||
"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,
|
||||||
"exec_interpreter" : "bash",
|
"exec_interpreter" : "bash",
|
||||||
"exec_mode" : "fork_mode"
|
"exec_mode" : "fork_mode"
|
||||||
@ -16,7 +16,7 @@
|
|||||||
"log_file" : "/home/ubuntu/logs/node-app-log.log",
|
"log_file" : "/home/ubuntu/logs/node-app-log.log",
|
||||||
"out_file" : "/home/ubuntu/logs/node-app-out.log",
|
"out_file" : "/home/ubuntu/logs/node-app-out.log",
|
||||||
"error_file" : "/home/ubuntu/logs/node-app-err.log",
|
"error_file" : "/home/ubuntu/logs/node-app-err.log",
|
||||||
"merge_logs" : true,
|
"merge_logs" : false,
|
||||||
"watch" : false,
|
"watch" : false,
|
||||||
"exec_interpreter" : "node",
|
"exec_interpreter" : "node",
|
||||||
"exec_mode" : "fork_mode",
|
"exec_mode" : "fork_mode",
|
||||||
|
Loading…
Reference in New Issue
Block a user