Commit aaf4e1e9 authored by Elmar's avatar Elmar

Update README.md

parent 7a7f32d7
...@@ -120,7 +120,7 @@ And add a new mongodb connection: ...@@ -120,7 +120,7 @@ And add a new mongodb connection:
'username' => env('DB_USERNAME'), 'username' => env('DB_USERNAME'),
'password' => env('DB_PASSWORD'), 'password' => env('DB_PASSWORD'),
'options' => [ 'options' => [
'db' => 'admin' // sets the authentication database required by mongo 3 'database' => 'admin' // sets the authentication 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