Skip to content

Commit

Permalink
Add direct url
Browse files Browse the repository at this point in the history
  • Loading branch information
MangoSwirl committed Jan 6, 2024
1 parent e1bee91 commit ee0a03a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions prisma/schema.prisma
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ generator client {
datasource db {
provider = "postgresql"
url = env("DATABASE_URL")
directUrl = env("DIRECT_DATABASE_URL")
}

model Account {
Expand Down

0 comments on commit ee0a03a

Please sign in to comment.