diff --git a/README.md b/README.md index f7f60b1..09c634b 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ This starts five containers. Wait ~30 seconds for Keycloak to finish importing t dotnet run --project src/API/Mccn.Api/Mccn.Api.csproj ``` -The API is available at `http://localhost:5000`. Swagger UI is at `http://localhost:5000/swagger`. +The API is available at `https://localhost:8081` or `http://localhost:8080`. Swagger UI is at `https://localhost:8081/swagger` or `http://localhost:8080/swagger`. On first run in Development mode the database schema is automatically created via EF Core.