We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b2188e commit 46517b7Copy full SHA for 46517b7
1 file changed
docker-compose.yml
@@ -23,7 +23,8 @@ services:
23
- ./backend:/app
24
- /app/node_modules
25
environment:
26
- DATABASE_URL: "postgresql://postgres.wuqxzlwctbdcissjfgvq:8988307565%40B@aws-1-ap-south-1.pooler.supabase.com:6543/postgres?pgbouncer=true"
+ DATABASE_URL: postgresql://postgres:8988307565%40B@db.wuqxzlwctbdcissjfgvq.supabase.co:5432/postgres
27
+
28
JWT_SECRET: EKTUHINIRANKAR
29
NODE_ENV: development
30
REDIS_HOST: redis
0 commit comments