Skip to content

Commit 289ec4c

Browse files
committed
Update README.md
1 parent bb8bae4 commit 289ec4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ And add a new mongodb connection:
118118
'port' => env('DB_PORT', 27017),
119119
'database' => env('DB_DATABASE'),
120120
'username' => env('DB_USERNAME'),
121-
'password' => env('DB_PASSWORD''),
121+
'password' => env('DB_PASSWORD'),
122122
'options' => [
123123
'db' => 'admin' // sets the authentication database required by mongo 3
124124
]

0 commit comments

Comments
 (0)