Skip to content

Commit c1250a0

Browse files
committed
fix: primsa latest issue
1 parent 46517b7 commit c1250a0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

backend/prisma/schema.prisma

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ generator client {
1212
datasource db {
1313
provider = "postgresql"
1414
url = env("DATABASE_URL")
15-
directUrl = env("DIRECT_URL")
15+
1616
}
1717

1818

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ services:
2323
- ./backend:/app
2424
- /app/node_modules
2525
environment:
26-
DATABASE_URL: postgresql://postgres:8988307565%40B@db.wuqxzlwctbdcissjfgvq.supabase.co:5432/postgres
26+
DATABASE_URL: postgresql://postgres.wuqxzlwctbdcissjfgvq:8988307565%40B@aws-1-ap-south-1.pooler.supabase.com:5432/postgres
2727

2828
JWT_SECRET: EKTUHINIRANKAR
2929
NODE_ENV: development

0 commit comments

Comments
 (0)