Commit 11fb8ea2 authored by Alex Renoki's avatar Alex Renoki

Revert to 'database'

parent 9eea13d2
...@@ -128,8 +128,8 @@ You can use MongoDB either as the main database, either as a side database. To d ...@@ -128,8 +128,8 @@ You can use MongoDB either as the main database, either as a side database. To d
'options' => [ 'options' => [
// here you can pass more settings to the Mongo Driver Manager // here you can pass more settings to the Mongo Driver Manager
// 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 // 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
'authSource' => env('DB_AUTHENTICATION_DATABASE', 'admin'), // required with Mongo 3+ 'database' => env('DB_AUTHENTICATION_DATABASE', 'admin'), // required with 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