ethstats-client/processes.json

36 lines
996 B
JSON
Raw Normal View History

2015-02-12 22:59:01 +01:00
[
{
"name" : "eth",
2015-02-26 22:45:24 +01:00
"cwd" : "/home/ubuntu/bin/www/",
"script" : "bin/eth.sh",
2015-02-12 23:30:12 +01:00
"log_file" : "/home/ubuntu/logs/eth-log.log",
"out_file" : "/home/ubuntu/logs/eth-out.log",
"error_file" : "/home/ubuntu/logs/eth-err.log",
2015-02-23 10:27:36 +01:00
"merge_logs" : true,
2015-02-12 22:59:01 +01:00
"watch" : false,
2015-02-23 10:27:36 +01:00
"cron_restart" : "0 0 * * *",
2015-02-12 22:59:01 +01:00
"exec_interpreter" : "bash",
"exec_mode" : "fork_mode"
},
{
"name" : "node-app",
2015-02-26 22:45:24 +01:00
"cwd" : "/home/ubuntu/bin/www/",
"script" : "app.js",
2015-02-12 23:30:12 +01:00
"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",
2015-02-23 10:27:36 +01:00
"merge_logs" : true,
2015-02-12 22:59:01 +01:00
"watch" : false,
2015-02-23 10:27:36 +01:00
"cron_restart" : "0 0 * * *",
2015-02-12 22:59:01 +01:00
"exec_interpreter" : "node",
2015-02-17 18:22:28 +01:00
"exec_mode" : "fork_mode",
2015-02-12 22:59:01 +01:00
"env":
{
"NODE_ENV" : "production",
"RPC_HOST" : "localhost",
"RPC_PORT" : "8080",
"WS_SERVER" : "wss://eth-netstats.herokuapp.com",
"WS_SECRET" : "eth-net-stats-has-a-secret",
2015-02-12 22:59:01 +01:00
}
}
]