diff --git a/src/Aspire.Dashboard/Properties/launchSettings.json b/src/Aspire.Dashboard/Properties/launchSettings.json index 7a83c5f3a9..b08d16c0da 100644 --- a/src/Aspire.Dashboard/Properties/launchSettings.json +++ b/src/Aspire.Dashboard/Properties/launchSettings.json @@ -6,7 +6,7 @@ "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" }, - "applicationUrl": "https://localhost:63824;http://localhost:15888" + "applicationUrl": "https://localhost:15889;http://localhost:15888" } } }