From 42fafb0c6704ace9a52280e3cdcc74bf9b92dec5 Mon Sep 17 00:00:00 2001 From: Deep Koluguri Date: Thu, 6 Nov 2025 21:54:39 -0500 Subject: [PATCH] fixed env --- backend/.env | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/backend/.env b/backend/.env index 51f3b3f..6684f7b 100644 --- a/backend/.env +++ b/backend/.env @@ -5,10 +5,10 @@ PORT=3000 # Database Configuration DB_HOST=localhost DB_PORT=5432 -DB_NAME=postgres -DB_USER=postgres +DB_NAME=luckychit +DB_USER=luckychit DB_PASSWORD=postgres -DATABASE_URL=postgresql://postgres:postgres@localhost:5432/luckychit +DATABASE_URL=postgresql://luckychit:postgres@localhost:5432/luckychit # JWT Configuration JWT_SECRET=2559a382d606e4209085401d693ae25f