更新服务地址
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user