Skip to content

Commit

Permalink
Change default port to 3000.
Browse files Browse the repository at this point in the history
  • Loading branch information
martindale committed Dec 29, 2015
1 parent 0070437 commit 774d98d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,12 @@ are available in `config/index.js` for your convenience.

## Hosting
We strongly recommend using `pm2` to manage melody in production.

## Using as a Library
melody was built with [Maki][maki], so it can also be used as a library:

```js
var melody = require('melody');
```

[maki]: https://maki.io
2 changes: 1 addition & 1 deletion config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ module.exports = {
},
services: {
http: {
port: 13005 // you might want this to be 80, or 3000
port: 3000 // you might want this to be some other port, like 80
}
}
};

0 comments on commit 774d98d

Please sign in to comment.