Skip to content

Commit

Permalink
Update DATABASE_URL to MongoDB connection URL
Browse files Browse the repository at this point in the history
  • Loading branch information
devleejb committed Jan 17, 2024
1 parent df8ba5d commit fee4a79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/.env
Original file line number Diff line number Diff line change
@@ -1 +1 @@
DATABASE_URL="file:./dev.db"
DATABASE_URL="mongodb://localhost:27017/codepair"

0 comments on commit fee4a79

Please sign in to comment.