changed processes.json

This commit is contained in:
cubedro 2015-02-21 18:18:03 +02:00
parent 075c602722
commit 9c6f581617
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
"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,
"exec_interpreter" : "bash",
"exec_mode" : "fork_mode"
@ -16,7 +16,7 @@
"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" : true,
"merge_logs" : false,
"watch" : false,
"exec_interpreter" : "node",
"exec_mode" : "fork_mode",