Commit 1f9d27b5 authored by Jens Segers's avatar Jens Segers

Merge branch 'master' of github.com:jenssegers/Laravel-MongoDB

parents 53d286f8 75a461be
...@@ -44,7 +44,7 @@ You can connect to multiple servers or replica sets with the following configura ...@@ -44,7 +44,7 @@ You can connect to multiple servers or replica sets with the following configura
'mongodb' => array( 'mongodb' => array(
'driver' => 'mongodb', 'driver' => 'mongodb',
'host' => array('server1', 'server2), 'host' => array('server1', 'server2'),
'port' => 27017, 'port' => 27017,
'username' => 'username', 'username' => 'username',
'password' => 'password', 'password' => 'password',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment