Skip to content

Commit

Permalink
feat: vercel mongo integration
Browse files Browse the repository at this point in the history
  • Loading branch information
salty-max committed May 11, 2024
1 parent faa270e commit 8ee2004
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prisma/schema.prisma
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ generator client {

datasource db {
provider = "mongodb"
url = env("DATABASE_MONGO_URL")
url = env("MONGODB_URI")
}

enum DeckListType {
Expand Down

0 comments on commit 8ee2004

Please sign in to comment.