fixed paths
This commit is contained in:
parent
8b4c8b8bcd
commit
07d7a779fa
@ -1,12 +1,12 @@
|
||||
[
|
||||
{
|
||||
"name" : "eth",
|
||||
"cwd" : "~/bin/www/",
|
||||
"cwd" : "/home/ubuntu/bin/www/",
|
||||
"script" : "bin/eth.sh",
|
||||
"log_date_format" : "YYYY-MM-DD HH:mm Z",
|
||||
"log_file" : "~/logs/eth-log.log",
|
||||
"out_file" : "~/logs/eth-out.log",
|
||||
"error_file" : "~/logs/eth-err.log",
|
||||
"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,
|
||||
"watch" : false,
|
||||
"exec_interpreter" : "bash",
|
||||
@ -14,12 +14,12 @@
|
||||
},
|
||||
{
|
||||
"name" : "node-app",
|
||||
"cwd" : "~/bin/www/",
|
||||
"cwd" : "/home/ubuntu/bin/www/",
|
||||
"script" : "app.js",
|
||||
"log_date_format" : "YYYY-MM-DD HH:mm Z",
|
||||
"log_file" : "~/logs/node-app-log.log",
|
||||
"out_file" : "~/logs/node-app-out.log",
|
||||
"error_file" : "~/logs/node-app-err.log",
|
||||
"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,
|
||||
"watch" : false,
|
||||
"exec_interpreter" : "node",
|
||||
|
Loading…
Reference in New Issue
Block a user