Skip to content

Instantly share code, notes, and snippets.

@kennethhutw
Created December 13, 2018 02:40
Show Gist options
  • Save kennethhutw/f0e4f237d3804c48cbfaab6d924e6e8c to your computer and use it in GitHub Desktop.
Save kennethhutw/f0e4f237d3804c48cbfaab6d924e6e8c to your computer and use it in GitHub Desktop.
eth-net-intelligence-api configuration
[
{
"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" : "Geth/v1.7.3-stable-4bb3c89d/windows-amd64/go1.9",
"CONTACT_DETAILS" : "",
"WS_SERVER" : "http://localhost:3000",
"WS_SECRET" : "mysecret",
"VERBOSITY" : 2
}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment