Advertisement
Guest User

Untitled

a guest
Jul 20th, 2018
289
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.67 KB | None | 0 0
  1. [
  2.  {
  3.    "name"              : "node-app",
  4.    "script"            : "app.js",
  5.    "log_date_format"   : "YYYY-MM-DD HH:mm Z",
  6.    "merge_logs"        : false,
  7.    "watch"             : false,
  8.    "max_restarts"      : 10,
  9.    "exec_interpreter"  : "node",
  10.    "exec_mode"         : "fork_mode",
  11.    "env":
  12.    {
  13.      "NODE_ENV"        : "production",
  14.      "RPC_HOST"        : "localhost",
  15.      "RPC_PORT"        : "20010",
  16.      "LISTENING_PORT"  : "20000",
  17.      "INSTANCE_NAME"   : “YOUR-NODE-NAME",
  18.     "CONTACT_DETAILS" : "",
  19.     "WS_SERVER"       : "http://34.254.162.210:3000",
  20.      "WS_SECRET"       : "dashboardsecret207jhb",
  21.      "VERBOSITY"       : 2
  22.    }
  23.  }
  24. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement