Files
whats-the-point/.env.example
Mike Johnston 787c97a52f
Some checks failed
Build Images and Deploy / Update-PROD-Stack (push) Failing after 17s
initial commit
2026-01-28 23:52:15 -05:00

7 lines
159 B
Plaintext

# Backend
PORT=4000
JWT_SECRET=your_jwt_secret
DATABASE_URL=postgres://postgres:postgres@db:5432/whats_the_point
# Frontend
VITE_API_URL=http://localhost:4000