fixed env
This commit is contained in:
parent
526e60e0ec
commit
42fafb0c67
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue