Files
Nest-Backend/.env.example

5 lines
116 B
Plaintext

DATABASE_URL=postgresql://user:password@localhost:5432/crowmate
JWT_SECRET=your_secret_here
JWT_EXPIRY=7d
PORT=3000