From 2faa33d71835908f9860dfb1c9b48abe43dd523b Mon Sep 17 00:00:00 2001 From: H Vs Date: Tue, 21 Nov 2023 16:36:31 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E6=AD=A3=E5=BC=8F=E7=8E=AF?= =?UTF-8?q?=E5=A2=83=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HealthMonitor.WebApi/appsettings.production.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/HealthMonitor.WebApi/appsettings.production.json b/HealthMonitor.WebApi/appsettings.production.json index b93b4f0..0041ccc 100644 --- a/HealthMonitor.WebApi/appsettings.production.json +++ b/HealthMonitor.WebApi/appsettings.production.json @@ -1,7 +1,7 @@ { "AllowedHosts": "*", "TDengineServiceConfig": { - "Host": "172.19.42.48", + "Host": "172.19.42.40", "UserName": "root", "Password": "taosdata", "Token": "cm9vdDp0YW9zZGF0YQ==", @@ -23,7 +23,7 @@ }, "ServiceConfig": { "TelpoDataUrl": "https://ai.ssjlai.com/data/", - "EtcdServerAddress": "http://172.19.42.44:2379", + "EtcdServerAddress": "http://172.19.42.40:2379", "IotWebApiUrl": "http://ai.ssjlai.com/webapi/api/" }, "ConnectionStrings": {