Skip to content

Commit

Permalink
mongo-3.0 auth
Browse files Browse the repository at this point in the history
  • Loading branch information
lxerxa committed Aug 30, 2018
1 parent 04d946e commit a96eafb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/database.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
'username' => env('DB_USERNAME', 'actionview'),
'password' => env('DB_PASSWORD', 'secret'),
'options' => array(
'db' => env('DB_DATABASE', 'actionviewdb') // sets the authentication database required by mongo 3
'database' => env('DB_DATABASE', 'actionviewdb') // sets the authentication database required by mongo 3
)
],

Expand Down

0 comments on commit a96eafb

Please sign in to comment.