From f3a51dafaddf6c4206df69eadf673a7e8859d209 Mon Sep 17 00:00:00 2001 From: Dualxyz Date: Sun, 15 Mar 2026 14:10:44 +0100 Subject: [PATCH] readme update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.