We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a30bf7 commit dd0df73Copy full SHA for dd0df73
README.md
@@ -44,7 +44,7 @@ You can connect to multiple servers or replica sets with the following configura
44
45
'mongodb' => array(
46
'driver' => 'mongodb',
47
- 'host' => array('server1', 'server2),
+ 'host' => array('server1', 'server2'),
48
'port' => 27017,
49
'username' => 'username',
50
'password' => 'password',
0 commit comments