2015-02-12 22:59:01 +01:00
|
|
|
[
|
2015-04-04 00:46:51 +02:00
|
|
|
{
|
|
|
|
"name" : "eth",
|
2015-04-04 01:17:18 +02:00
|
|
|
"cwd" : "/home/ubuntu/bin/www/",
|
2015-04-04 00:46:51 +02:00
|
|
|
"script" : "bin/eth.sh",
|
2015-05-12 06:14:39 +02:00
|
|
|
"args" : "ethpassword",
|
2015-04-04 00:46:51 +02:00
|
|
|
"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",
|
2015-04-04 00:46:51 +02:00
|
|
|
"merge_logs" : false,
|
|
|
|
"watch" : false,
|
|
|
|
"exec_interpreter" : "bash",
|
|
|
|
"exec_mode" : "fork_mode"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name" : "node-app",
|
2015-04-04 01:17:18 +02:00
|
|
|
"cwd" : "/home/ubuntu/bin/www/",
|
2015-04-04 00:46:51 +02:00
|
|
|
"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",
|
2015-04-04 00:46:51 +02:00
|
|
|
"merge_logs" : false,
|
|
|
|
"watch" : false,
|
|
|
|
"exec_interpreter" : "node",
|
|
|
|
"exec_mode" : "fork_mode",
|
|
|
|
"env":
|
|
|
|
{
|
|
|
|
"NODE_ENV" : "production",
|
|
|
|
"RPC_HOST" : "localhost",
|
2015-05-05 20:43:16 +02:00
|
|
|
"RPC_PORT" : "8548",
|
2015-04-16 23:36:38 +02:00
|
|
|
"LISTENING_PORT" : "30303",
|
2015-04-04 00:46:51 +02:00
|
|
|
"INSTANCE_NAME" : "",
|
2015-04-16 23:36:38 +02:00
|
|
|
"CONTACT_DETAILS" : "",
|
2015-05-08 20:27:14 +02:00
|
|
|
"WS_SERVER" : "wss://stats.ethdev.com",
|
2015-04-04 00:46:51 +02:00
|
|
|
"WS_SECRET" : "eth-net-stats-has-a-secret",
|
|
|
|
}
|
|
|
|
}
|
2015-02-12 22:59:01 +01:00
|
|
|
]
|