diff --git a/README.md b/README.md index aeb4fb4..aac2aad 100644 --- a/README.md +++ b/README.md @@ -74,9 +74,9 @@ make up 4. Open: -- Frontend: `http://localhost:5173` -- Backend API: `http://localhost:8000/api/v1` -- OpenAPI docs: `http://localhost:8000/docs` +- Frontend: `http://:5173` (or `https://`) +- Backend API: `http://:8000/api/v1` (or `https:///api/v1`) +- OpenAPI docs: `http://:8000/docs` (or `https:///docs`) Default initial admin (from `.env`): @@ -127,7 +127,7 @@ All variables are defined in `.env.example`. - `FRONTEND_PORT`: Host port mapped to frontend container `80` - `VITE_API_URL`: API base URL baked into frontend build - Proxy/SSL setup: use `/api/v1` - - Direct local setup: use `http://localhost:8000/api/v1` + - Direct server setup: use `http://:/api/v1` ## API overview (minimum)