Skip to content

Instantly share code, notes, and snippets.

@kobigurk
Created May 3, 2015 20:53
Show Gist options
  • Save kobigurk/a66773aa9641d5f7549c to your computer and use it in GitHub Desktop.
Save kobigurk/a66773aa9641d5f7549c to your computer and use it in GitHub Desktop.
net intelligence api
[
{
"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" : "8080",
"LISTENING_PORT" : "30304",
"INSTANCE_NAME" : "Kobi",
"CONTACT_DETAILS" : "",
"WS_SERVER" : "ws://localhost:4000",
"WS_SECRET" : "eth-net-stats-has-a-secret",
}
}
]
[
{
"name" : "geth",
"cwd" : ".",
"script" : "app.js",
"log_date_format" : "YYYY-MM-DD HH:mm Z",
"log_file" : "./eth-log.log",
"out_file" : "./eth-out.log",
"error_file" : "./eth-err.log",
"merge_logs" : false,
"watch" : false,
"exec_interpreter" : "node",
"exec_mode" : "fork_mode"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment