Skip to content

Instantly share code, notes, and snippets.

@kennethhutw
Last active December 13, 2018 02:37
Show Gist options
  • Save kennethhutw/971c29e74c2942090233f32aa094bf0f to your computer and use it in GitHub Desktop.
Save kennethhutw/971c29e74c2942090233f32aa094bf0f to your computer and use it in GitHub Desktop.
eth-net-intelligence-api default configurations
[
{
"name" : "node-app",
"script" : "app.js",
"log_date_format" : "YYYY-MM-DD HH:mm Z",
"merge_logs" : false,
"watch" : false,
"max_restarts" : 10,
"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://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
}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment