initial commit
Some checks failed
Build Images and Deploy / Update-PROD-Stack (push) Failing after 17s
Some checks failed
Build Images and Deploy / Update-PROD-Stack (push) Failing after 17s
This commit is contained in:
6
.env.example
Normal file
6
.env.example
Normal file
@@ -0,0 +1,6 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user