Skip to content

Instantly share code, notes, and snippets.

@esatterwhite
Created October 2, 2014 15:21
Show Gist options
  • Save esatterwhite/2721b67d2f27f24433ca to your computer and use it in GitHub Desktop.
Save esatterwhite/2721b67d2f27f24433ca to your computer and use it in GitHub Desktop.
{
"apps" : [{
"name" : "Alice",
"script" : "/home/esatterwhite/dev/js/spiritshop-api/server.js",
"instances": 3,
"port":3001,
"env": {
"logger": "stdout",
"log__stdout__prettyPrint":0,
"NODE_PATH":"/home/esatterwhite/dev/js/spiritshop-api/packages"
},
"env_production" : {
"NODE_ENV": "production"
}
},{
"name" : "White Rabbit",
"script" : "/home/esatterwhite/dev/js/spiritshop-ui/app.js",
"instances" : 3,
"port": 3000
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment