ethstats-client/processes.json

36 lines
1.0 KiB
JSON
Raw Normal View History

2015-02-12 22:59:01 +01:00
[
{
2015-03-03 18:52:13 +01:00
"name" : "eth",
"cwd" : "/home/ubuntu/bin/www/",
"script" : "bin/eth.sh",
2015-04-02 17:44:36 +02:00
"log_date_format" : "YYYY-MM-DD HH:mm Z",
2015-03-03 18:52:13 +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-04-02 17:44:36 +02:00
"merge_logs" : false,
2015-03-03 18:52:13 +01:00
"watch" : false,
"exec_interpreter" : "bash",
"exec_mode" : "fork_mode"
2015-02-12 22:59:01 +01:00
},
{
2015-03-03 18:52:13 +01:00
"name" : "node-app",
"cwd" : "/home/ubuntu/bin/www/",
"script" : "app.js",
"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-04-03 07:30:51 +02:00
"merge_logs" : false,
2015-03-03 18:52:13 +01:00
"watch" : false,
"exec_interpreter" : "node",
"exec_mode" : "fork_mode",
2015-02-12 22:59:01 +01:00
"env":
{
2015-03-03 18:52:13 +01:00
"NODE_ENV" : "production",
"RPC_HOST" : "localhost",
"RPC_PORT" : "8080",
2015-03-19 14:32:07 +01:00
"INSTANCE_NAME" : "",
2015-03-03 18:52:13 +01:00
"WS_SERVER" : "wss://eth-netstats.herokuapp.com",
"WS_SECRET" : "eth-net-stats-has-a-secret",
2015-02-12 22:59:01 +01:00
}
}
]