From 5b7238befa62a26c148416b1da4c527ef20be4ee Mon Sep 17 00:00:00 2001 From: "GukSang.Jin" Date: Thu, 5 Mar 2026 10:03:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=9C=8D=E5=8A=A1=E5=9C=B0?= =?UTF-8?q?=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- PetWashControl/Services/ConfigurationService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PetWashControl/Services/ConfigurationService.cs b/PetWashControl/Services/ConfigurationService.cs index 4347020..35fca4b 100644 --- a/PetWashControl/Services/ConfigurationService.cs +++ b/PetWashControl/Services/ConfigurationService.cs @@ -3,7 +3,7 @@ namespace PetWashControl.Services; public class ConfigurationService { // https://localhost:7203/ 本地 - public string ApiBaseUrl { get; set; } = "http://localhost:5000/"; + public string ApiBaseUrl { get; set; } = "http://101.132.182.216:8080/"; public string MqttBrokerHost { get; set; } = "101.132.182.216"; public int MqttBrokerPort { get; set; } = 1883; public string MqttApiKey { get; set; } = "dc240ab5ec";