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 bb8bae4 commit 289ec4cCopy full SHA for 289ec4c
README.md
@@ -118,7 +118,7 @@ And add a new mongodb connection:
118
'port' => env('DB_PORT', 27017),
119
'database' => env('DB_DATABASE'),
120
'username' => env('DB_USERNAME'),
121
- 'password' => env('DB_PASSWORD''),
+ 'password' => env('DB_PASSWORD'),
122
'options' => [
123
'db' => 'admin' // sets the authentication database required by mongo 3
124
]
0 commit comments