feat: Initialize NestJS project with configuration files and basic structure
This commit is contained in:
4
.env.example
Normal file
4
.env.example
Normal file
@@ -0,0 +1,4 @@
|
||||
DATABASE_URL=postgresql://user:password@localhost:5432/crowmate
|
||||
JWT_SECRET=your_secret_here
|
||||
JWT_EXPIRY=7d
|
||||
PORT=3000
|
||||
Reference in New Issue
Block a user