Commit 289ec4c5 authored by Jens Segers's avatar Jens Segers

Update README.md

parent bb8bae4c
...@@ -118,7 +118,7 @@ And add a new mongodb connection: ...@@ -118,7 +118,7 @@ And add a new mongodb connection:
'port' => env('DB_PORT', 27017), 'port' => env('DB_PORT', 27017),
'database' => env('DB_DATABASE'), 'database' => env('DB_DATABASE'),
'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 'db' => '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