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
- Update database.go to use DB_SSLMODE environment variable - Default to sslmode=require for production security - Update .env.example with SSL and S3 configuration examples