Skip to content

Commit

Permalink
feat: prisma 에서 directUrl 주석 해제
Browse files Browse the repository at this point in the history
  • Loading branch information
ndaemy committed Oct 16, 2023
1 parent dfad0ce commit d3ed09f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions prisma/schema.prisma
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ generator client {
}

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

Expand Down

0 comments on commit d3ed09f

Please sign in to comment.