Skip to content

Commit

Permalink
chore(db): use direct url
Browse files Browse the repository at this point in the history
  • Loading branch information
PJColombo committed Feb 25, 2025
1 parent 8e4633e commit 3007bed
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/db/prisma/schema.prisma
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ generator enum {
}

datasource db {
provider = "postgresql"
url = env("DATABASE_URL")
provider = "postgresql"
url = env("DATABASE_URL")
directUrl = env("DIRECT_URL")
}

enum BlobStorage {
Expand Down

0 comments on commit 3007bed

Please sign in to comment.