Skip to content

Instantly share code, notes, and snippets.

@javahippie
Created March 2, 2018 17:14
Show Gist options
  • Save javahippie/325fe2ae86db7ef338387aea0f51772c to your computer and use it in GitHub Desktop.
Save javahippie/325fe2ae86db7ef338387aea0f51772c to your computer and use it in GitHub Desktop.
Configuration file for the Eth Status Monitor
[
{
"name" : "geth-dev-0",
"cwd" : ".",
"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" : "172.25.0.102",
"RPC_PORT" : "8545",
"INSTANCE_NAME" : "geth-dev-0",
"WS_SERVER" : "http://172.25.0.103:3000",
"WS_SECRET" : "test"
}
},
{
"name" : "geth-dev-1",
"cwd" : ".",
"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" : "172.25.0.104",
"RPC_PORT" : "8545",
"INSTANCE_NAME" : "geth-dev-1",
"WS_SERVER" : "http://172.25.0.103:3000",
"WS_SECRET" : "test"
}
},
{
"name" : "geth-dev-2",
"cwd" : ".",
"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" : "172.25.0.110",
"RPC_PORT" : "8545",
"INSTANCE_NAME" : "geth-dev-2",
"WS_SERVER" : "http://172.25.0.103:3000",
"WS_SECRET" : "test"
}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment