gohorsejobs/backend/docs
Tiago Yamamoto 18ac6d74f0 chore: update port configuration to avoid conflicts
Port Configuration:
- Backend: 8521 (was 8080/8158)
- Frontend: 8963 (was 3000)

Files updated:
- backend/.env.example: updated PORT and CORS_ORIGINS
- frontend/src/lib/auth.ts: API_URL default to 8521
- frontend/src/lib/api.ts: API_URL default to 8521
- frontend/src/lib/storage.ts: API_URL default to 8521
- run_dev.sh: added port flags and service info display

Usage:
  ./run_dev.sh
  # Backend:  http://localhost:8521
  # Frontend: http://localhost:8963
2025-12-11 17:06:37 -03:00
..
docs.go chore: update port configuration to avoid conflicts 2025-12-11 17:06:37 -03:00
swagger.json chore: update port configuration to avoid conflicts 2025-12-11 17:06:37 -03:00
swagger.yaml chore: update port configuration to avoid conflicts 2025-12-11 17:06:37 -03:00