{
  "apps" : [{
    "name": "WickrIO-Broadcast-Bot",
    "script": "./build/index.js",
    "instances": 1,
    "max_memory_restart": "128M",
    "node_args": ["--nouse-idle-notification"],
    "env": {
      "NODE_ENV": "production"
    },
    "args": []
  }]
}
