Skip to content

Commit

Permalink
fix: setting env("DATABASE_URL_DIRECT") for both URLs for now
Browse files Browse the repository at this point in the history
  • Loading branch information
ydennisy committed Nov 19, 2023
1 parent 161a435 commit 4853790
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion backend/prisma/schema.prisma
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ generator client {

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

Expand Down
13 changes: 8 additions & 5 deletions cli/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4853790

Please sign in to comment.