Skip to content

Commit 11fb8ea

Browse files
committed
Revert to 'database'
1 parent 9eea13d commit 11fb8ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,8 @@ You can use MongoDB either as the main database, either as a side database. To d
128128
'options' => [
129129
// here you can pass more settings to the Mongo Driver Manager
130130
// see https://www.php.net/manual/en/mongodb-driver-manager.construct.php under "Uri Options" for a list of complete parameters that you can use
131-
132-
'authSource' => env('DB_AUTHENTICATION_DATABASE', 'admin'), // required with Mongo 3+
131+
132+
'database' => env('DB_AUTHENTICATION_DATABASE', 'admin'), // required with Mongo 3+
133133
],
134134
],
135135
```

0 commit comments

Comments
 (0)