fixed env

This commit is contained in:
Deep Koluguri 2025-11-06 21:54:39 -05:00
parent 526e60e0ec
commit 42fafb0c67
1 changed files with 3 additions and 3 deletions

View File

@ -5,10 +5,10 @@ PORT=3000
# Database Configuration # Database Configuration
DB_HOST=localhost DB_HOST=localhost
DB_PORT=5432 DB_PORT=5432
DB_NAME=postgres DB_NAME=luckychit
DB_USER=postgres DB_USER=luckychit
DB_PASSWORD=postgres DB_PASSWORD=postgres
DATABASE_URL=postgresql://postgres:postgres@localhost:5432/luckychit DATABASE_URL=postgresql://luckychit:postgres@localhost:5432/luckychit
# JWT Configuration # JWT Configuration
JWT_SECRET=2559a382d606e4209085401d693ae25f JWT_SECRET=2559a382d606e4209085401d693ae25f