Skip to content

Commit

Permalink
RM
Browse files Browse the repository at this point in the history
  • Loading branch information
TheDeveloper committed Jul 10, 2012
1 parent 42368cd commit 2dc5cc8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ Wraps a [node-amqp](https://github.com/postwait/node-amqp) connection object and
#### Usage
var config = {
rabbitMQ: {
host: '',
port: '',
login: '',
password: '',
host: 'localhost',
port: 5672,
login: 'guest',
password: 'guest',
vhost: '/'
}
};
Expand Down

0 comments on commit 2dc5cc8

Please sign in to comment.