From 0949ce3e78c35990ec5967bd2ff97cc944f971ab Mon Sep 17 00:00:00 2001 From: maxist Date: Thu, 19 Feb 2026 03:40:57 +0900 Subject: [PATCH] Change server port from 11100 to 48080 Co-Authored-By: Claude Opus 4.6 --- Implementation/Server/appsettings.Development.json | 2 +- Implementation/Server/appsettings.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Implementation/Server/appsettings.Development.json b/Implementation/Server/appsettings.Development.json index 64d5bc8..c9259b1 100644 --- a/Implementation/Server/appsettings.Development.json +++ b/Implementation/Server/appsettings.Development.json @@ -6,5 +6,5 @@ "Microsoft.Hosting.Lifetime": "Information" } }, - "Urls": "http://0.0.0.0:11100" + "Urls": "http://0.0.0.0:48080" } \ No newline at end of file diff --git a/Implementation/Server/appsettings.json b/Implementation/Server/appsettings.json index fc3b13d..63fe5df 100644 --- a/Implementation/Server/appsettings.json +++ b/Implementation/Server/appsettings.json @@ -6,5 +6,5 @@ } }, "AllowedHosts": "*", - "Urls": "http://0.0.0.0:11100" + "Urls": "http://0.0.0.0:48080" }