Skip to content

Commit

Permalink
added ssl documentation to readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Brightwell committed May 11, 2013
1 parent 8d2813c commit f3e77e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Readme.md
Expand Up @@ -22,6 +22,7 @@ via npm:
- `password` Password (optional)
- `auto_reconnect` This is passed directly to the MongoDB `Server` constructor as the auto_reconnect
option (optional, default: false).
- `ssl` Use SSL to connect to MongoDB (optional, default: false).
- `url` Connection url of the form: `mongodb://user:pass@host:port/database/collection`.
If provided, information in the URL takes priority over the other options.
- `mongoose_connection` in the form: `someMongooseDb.connections[0]` to use an existing mongoose connection. (optional)
Expand Down

0 comments on commit f3e77e4

Please sign in to comment.