Skip to content

Commit

Permalink
Fix install step2
Browse files Browse the repository at this point in the history
  • Loading branch information
ttimot24 authored Aug 23, 2024
1 parent 9ecb9e9 commit 85227d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/database.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@
],

'mongodb' => [
'alias' = 'Mongo',
'driver' => 'mongodb',
'dsn' => 'mongodb+srv://'.env('DB_USERNAME', 'forge').':'.env('DB_PASSSWORD', 'forge').'@'.env('DB_HOST', 'localhost').':'.env('DB_PORT', '27017'),
'database' => env('DB_DATABASE', 'forge'),
Expand Down

0 comments on commit 85227d0

Please sign in to comment.