Commit a27e2bfc authored by Jens Segers's avatar Jens Segers

Merge pull request #483 from lukepolo/lukepolo-patch-1

Update README.md
parents faba8698 6402331a
......@@ -69,7 +69,10 @@ And add a new mongodb connection:
'port' => 27017,
'username' => 'username',
'password' => 'password',
'database' => 'database'
'database' => 'database',
'options' => array(
'db' => 'admin' // sets the authenication database required by mongo 3
)
),
```
......
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