Skip to content

Commit

Permalink
adding additional comments to readme for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
brozeph committed Jun 27, 2013
1 parent 4f76b5e commit 572aa9d
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Expand Up @@ -19,9 +19,17 @@ var elasticsearch = require('elasticsearch');
var config = {
// optional (defaults to undefined)
_index : 'kittehs',

// optional (defaults to undefined)
_type : 'house',
// optional (defaults to localhost:9200)

/*
optional - when not supplied, defaults to the following:
server : {
host : 'localhost',
port : 9200
}
*/
server : {
/*
Any configuration elements here are passed directly through
Expand Down

0 comments on commit 572aa9d

Please sign in to comment.