From 612ea987ae2963a23ef8b760f210b8e58fdb563f Mon Sep 17 00:00:00 2001 From: H Vs Date: Sat, 11 May 2024 11:30:14 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=9F=9F=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HealthMonitor.WebApi/appsettings.Development.json | 4 ++-- HealthMonitor.WebApi/appsettings.production.json | 4 ++-- HealthMonitor.WebApi/appsettings.test.json | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/HealthMonitor.WebApi/appsettings.Development.json b/HealthMonitor.WebApi/appsettings.Development.json index f3afeb4..8a14514 100644 --- a/HealthMonitor.WebApi/appsettings.Development.json +++ b/HealthMonitor.WebApi/appsettings.Development.json @@ -25,9 +25,9 @@ "IdleTimeout": 20000 }, "ServiceConfig": { - "TelpoDataUrl": "https://id.ssjlai.com/data/", + "TelpoDataUrl": "https://id.gdssjl.com/data/", "EtcdServerAddress": "http://192.168.2.121:2379", - "IotWebApiUrl": "http://id.ssjlai.com/webapi/api/" + "IotWebApiUrl": "http://id.gdssjl.com/webapi/api/" }, "BoodPressResolverConfig": { "EnableBPRefPush": true diff --git a/HealthMonitor.WebApi/appsettings.production.json b/HealthMonitor.WebApi/appsettings.production.json index 0241c6f..b0dd66a 100644 --- a/HealthMonitor.WebApi/appsettings.production.json +++ b/HealthMonitor.WebApi/appsettings.production.json @@ -22,9 +22,9 @@ "IdleTimeout": 20000 }, "ServiceConfig": { - "TelpoDataUrl": "https://ai.ssjlai.com/data/", + "TelpoDataUrl": "https://ai.gdssjl.com/data/", "EtcdServerAddress": "http://172.19.42.40:2379", - "IotWebApiUrl": "http://ai.ssjlai.com/webapi/api/" + "IotWebApiUrl": "http://ai.gdssjl.com/webapi/api/" }, "BoodPressResolverConfig": { "EnableBPRefPush": true diff --git a/HealthMonitor.WebApi/appsettings.test.json b/HealthMonitor.WebApi/appsettings.test.json index 96b31ab..9fdc349 100644 --- a/HealthMonitor.WebApi/appsettings.test.json +++ b/HealthMonitor.WebApi/appsettings.test.json @@ -30,9 +30,9 @@ "IdleTimeout": 20000 }, "ServiceConfig": { - "TelpoDataUrl": "https://id.ssjlai.com/data/", + "TelpoDataUrl": "https://id.gdssjl.com/data/", "EtcdServerAddress": "http://172.19.42.44:2379", - "IotWebApiUrl": "http://id.ssjlai.com/webapi/api/" + "IotWebApiUrl": "http://id.gdssjl.com/webapi/api/" }, "BoodPressResolverConfig": { "EnableBPRefPush": true