Skip to content

Instantly share code, notes, and snippets.

@jhennin
Created October 17, 2017 15:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jhennin/a0c3824cb2b6ae5ccfa733818ea9c9b2 to your computer and use it in GitHub Desktop.
Save jhennin/a0c3824cb2b6ae5ccfa733818ea9c9b2 to your computer and use it in GitHub Desktop.
[
{
"name" : "my_private_network",
"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" : "8000",
"LISTENING_PORT" : "30303",
"INSTANCE_NAME" : "node01",
"CONTACT_DETAILS" : "",
"WS_SERVER" : "http://localhost:3000",
"WS_SECRET" : "test",
"VERBOSITY" : 3
}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment