更新服务地址

This commit is contained in:
GukSang.Jin
2026-03-05 10:03:44 +08:00
parent f7ccf5f0bb
commit 5b7238befa

View File

@@ -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";