4 lines
102 B
Bash
4 lines
102 B
Bash
DATABASE_URL=postgresql://user:password@localhost:5432/brew
|
|
JWT_SECRET=your_jwt_secret_here
|
|
PORT=5000
|