Files
BrewJournal/server/.env
2026-06-06 08:29:21 +05:30

4 lines
102 B
Bash

DATABASE_URL=postgresql://user:password@localhost:5432/brew
JWT_SECRET=your_jwt_secret_here
PORT=5000