We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46517b7 commit c1250a0Copy full SHA for c1250a0
2 files changed
backend/prisma/schema.prisma
@@ -12,7 +12,7 @@ generator client {
12
datasource db {
13
provider = "postgresql"
14
url = env("DATABASE_URL")
15
- directUrl = env("DIRECT_URL")
+
16
}
17
18
docker-compose.yml
@@ -23,7 +23,7 @@ services:
23
- ./backend:/app
24
- /app/node_modules
25
environment:
26
- DATABASE_URL: postgresql://postgres:8988307565%40B@db.wuqxzlwctbdcissjfgvq.supabase.co:5432/postgres
+ DATABASE_URL: postgresql://postgres.wuqxzlwctbdcissjfgvq:8988307565%40B@aws-1-ap-south-1.pooler.supabase.com:5432/postgres
27
28
JWT_SECRET: EKTUHINIRANKAR
29
NODE_ENV: development
0 commit comments