Skip to content

Commit 46517b7

Browse files
committed
changed connecteion string
1 parent 0b2188e commit 46517b7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docker-compose.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ services:
2323
- ./backend:/app
2424
- /app/node_modules
2525
environment:
26-
DATABASE_URL: "postgresql://postgres.wuqxzlwctbdcissjfgvq:8988307565%40B@aws-1-ap-south-1.pooler.supabase.com:6543/postgres?pgbouncer=true"
26+
DATABASE_URL: postgresql://postgres:8988307565%40B@db.wuqxzlwctbdcissjfgvq.supabase.co:5432/postgres
27+
2728
JWT_SECRET: EKTUHINIRANKAR
2829
NODE_ENV: development
2930
REDIS_HOST: redis

0 commit comments

Comments
 (0)