23 lines
692 B
JSON
23 lines
692 B
JSON
[
|
|
{
|
|
"name" : "node-app",
|
|
"script" : "app.js",
|
|
"log_date_format" : "YYYY-MM-DD HH:mm Z",
|
|
"merge_logs" : false,
|
|
"watch" : false,
|
|
"exec_interpreter" : "node",
|
|
"exec_mode" : "fork_mode",
|
|
"env":
|
|
{
|
|
"NODE_ENV" : "production",
|
|
"RPC_HOST" : "localhost",
|
|
"RPC_PORT" : "8545",
|
|
"LISTENING_PORT" : "30303",
|
|
"INSTANCE_NAME" : "",
|
|
"CONTACT_DETAILS" : "",
|
|
"WS_SERVER" : "wss://stats.ethdev.com",
|
|
"WS_SECRET" : "see http://forum.ethereum.org/discussion/2112/how-to-add-yourself-to-the-stats-dashboard-its-not-automatic",
|
|
}
|
|
}
|
|
]
|