ethstats-client/processes-ec2.json

44 lines
1.5 KiB
JSON
Raw Normal View History

2015-02-12 22:59:01 +01:00
[
{
"name" : "eth",
2015-04-04 01:17:18 +02:00
"cwd" : "/home/ubuntu/bin/www/",
"script" : "bin/eth.sh",
2015-05-12 06:14:39 +02:00
"args" : "ethpassword",
"log_date_format" : "YYYY-MM-DD HH:mm Z",
2015-04-04 01:17:18 +02: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",
"merge_logs" : false,
"watch" : false,
2015-06-10 05:28:21 +02:00
"max_restarts" : 10,
"exec_interpreter" : "bash",
"exec_mode" : "fork_mode"
},
{
"name" : "node-app",
2015-04-04 01:17:18 +02:00
"cwd" : "/home/ubuntu/bin/www/",
"script" : "app.js",
"log_date_format" : "YYYY-MM-DD HH:mm Z",
2015-04-04 01:17:18 +02: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",
"merge_logs" : false,
"watch" : false,
2015-06-10 05:28:21 +02:00
"max_restarts" : 10,
"exec_interpreter" : "node",
"exec_mode" : "fork_mode",
"env":
{
"NODE_ENV" : "production",
"RPC_HOST" : "localhost",
"RPC_PORT" : "8545",
2015-04-16 23:36:38 +02:00
"LISTENING_PORT" : "30303",
"INSTANCE_NAME" : "",
2015-04-16 23:36:38 +02:00
"CONTACT_DETAILS" : "",
2016-02-02 06:21:23 +01:00
"WS_SERVER" : "wss://rpc.ethstats.net",
"WS_SECRET" : "see http://forum.ethereum.org/discussion/2112/how-to-add-yourself-to-the-stats-dashboard-its-not-automatic",
"VERBOSITY" : 2
}
}
]