Skip to content

Commit

Permalink
ar(feat) DPCP-37: Prisma Accelerator
Browse files Browse the repository at this point in the history
  • Loading branch information
angeloreale committed Jul 13, 2024
1 parent 42b10d7 commit a087c9f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions prisma/schema-private.prisma
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ generator client {
}

datasource db {
provider = "mongodb"
url = env("MONGODB_PRIVATE_URI")
provider = "mongodb"
url = env("PRISMA_PRIVATE_URI")
directUrl = env("MONGODB_PRIVATE_URI")
}

model Accounts {
Expand Down

0 comments on commit a087c9f

Please sign in to comment.