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