ethstats-client/app.json

25 lines
750 B
JSON
Raw Normal View History

[
{
"name" : "node-app",
"script" : "app.js",
"log_date_format" : "YYYY-MM-DD HH:mm Z",
"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",
2015-05-05 20:43:16 +02:00
"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",
2015-06-25 01:06:05 +02:00
"VERBOSITY" : 2
}
}
]