ysandler-work/.env.example
2025-04-25 14:38:06 -05:00

4 lines
120 B
Plaintext

DATABASE_URI=postgres://postgres:<password>@127.0.0.1:5432/your-database-name
PAYLOAD_SECRET=YOUR_SECRET_HERE
PORT=3000