chore: update backend port to 5008 and frontend to 3008
This commit is contained in:
@@ -38,7 +38,7 @@ Make sure you have installed:
|
||||
|
||||
```env
|
||||
DATABASE_URL=postgresql://user:password@db:5432/mydb
|
||||
PORT=3000
|
||||
PORT=5008
|
||||
JWT_SECRET=your_secret_here
|
||||
|
||||
CORS_ALLOWED_ORIGINS=http://localhost:5173
|
||||
@@ -51,7 +51,7 @@ EMAIL_FROM=admin@example.com
|
||||
### Frontend (`frontend/.env`)
|
||||
|
||||
```env
|
||||
VITE_API_URL=http://localhost:5000/api
|
||||
VITE_API_URL=http://localhost:5008/api
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user