Skip to content

Commit c24f368

Browse files
committed
update readme [ci skip]
1 parent 7c3fd20 commit c24f368

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,12 @@ For rails 3.0.x latest version 0.2.8.
5858
host: localhost
5959
port: 27017
6060
replica_set: true
61-
61+
62+
Also you can use "url" parameter for setup connection to mongodb:
63+
64+
development:
65+
url: mongodb://localhost:27017/my_app
66+
capsize: <%= 10.megabytes %>
6267

6368

6469
1. For using with MongoDB Replica Set (more info you can read by this link [http://www.mongodb.org/display/DOCS/Replica+Sets](http://www.mongodb.org/display/DOCS/Replica+Sets)). In config set list of [host, port] in key "hosts":

0 commit comments

Comments
 (0)