Some checks failed
Build Images and Deploy / Update-PROD-Stack (push) Failing after 17s
7 lines
159 B
Plaintext
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
|