From f6413349825e3aa05972bbcc3a4d89c325bad3b3 Mon Sep 17 00:00:00 2001 From: Gulum Date: Fri, 5 Jun 2026 23:41:06 +0200 Subject: [PATCH] ARCH-2: move Aspire resource service port 22112 -> 22113 ASUS ROGLiveService squats on 22112 on this machine. Co-Authored-By: Claude Opus 4.8 (1M context) --- GerbilManager.AppHost/Properties/launchSettings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GerbilManager.AppHost/Properties/launchSettings.json b/GerbilManager.AppHost/Properties/launchSettings.json index e6cad5e..0b08d2f 100644 --- a/GerbilManager.AppHost/Properties/launchSettings.json +++ b/GerbilManager.AppHost/Properties/launchSettings.json @@ -10,7 +10,7 @@ "ASPNETCORE_ENVIRONMENT": "Development", "DOTNET_ENVIRONMENT": "Development", "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "https://localhost:21284", - "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "https://localhost:22112" + "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "https://localhost:22113" } }, "http": {