Skip to content

Commit

Permalink
use DATABASE_URL in prisma
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexNi245 committed Aug 1, 2024
1 parent 242d0a8 commit eaee678
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/backend/schema.prisma
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
datasource db {
//Use this URL for local development
url = "postgresql://prisma:prisma@localhost:5433/tests"
//url = env("DATABASE_URL")
//url = "postgresql://prisma:prisma@localhost:5433/tests"
url = env("DATABASE_URL")
provider = "postgresql"
}

Expand Down

0 comments on commit eaee678

Please sign in to comment.