Skip to content

Instantly share code, notes, and snippets.

@BrianGenisio
Created February 4, 2013 02:05
Show Gist options
  • Save BrianGenisio/4704653 to your computer and use it in GitHub Desktop.
Save BrianGenisio/4704653 to your computer and use it in GitHub Desktop.
module.exports = require('lineman').config.extend('application', {
server: {
web: {
port: process.env.PORT
}
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment