Skip to content

Commit

Permalink
Change to README
Browse files Browse the repository at this point in the history
  • Loading branch information
llacroix committed May 6, 2012
1 parent b96b360 commit 682f537
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions README.md
Expand Up @@ -13,5 +13,20 @@ You have to define at least 3 things in your settings

Those two are optional

mongo.username = username for authentication to the db
mongo.password = password used for authentication to the db
mongo.username.dbname = username for authentication to dbname
mongo.password.dbname = password used for authentication to dbname

Mongodb uri format
==================

The format of the mongodb uri is the one that use mongodb. You can pass
multiple uris to mongo.uri. They must be separated by newlines and they
must be uniques. MongoDb will not accept two identical uri. But it will
accept uris reffering to the same host and same server if hostnames are
not identical.

mongo.uri = localhost
127.0.0.1

Is something valid and will work. Connection will open 2 connections on the
default port.

0 comments on commit 682f537

Please sign in to comment.