Skip to content

Instantly share code, notes, and snippets.

@timhudson
Created August 23, 2013 21:26
Show Gist options
  • Save timhudson/6324197 to your computer and use it in GitHub Desktop.
Save timhudson/6324197 to your computer and use it in GitHub Desktop.
app.set('port', process.env.PORT || 3000);
var host = process.env.HOST || 'localhost:'+app.get('port')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment