Browse Source

调整域名

datasub12
H Vs 6 months ago
parent
commit
612ea987ae
3 changed files with 6 additions and 6 deletions
  1. +2
    -2
      HealthMonitor.WebApi/appsettings.Development.json
  2. +2
    -2
      HealthMonitor.WebApi/appsettings.production.json
  3. +2
    -2
      HealthMonitor.WebApi/appsettings.test.json

+ 2
- 2
HealthMonitor.WebApi/appsettings.Development.json View File

@@ -25,9 +25,9 @@
"IdleTimeout": 20000 "IdleTimeout": 20000
}, },
"ServiceConfig": { "ServiceConfig": {
"TelpoDataUrl": "https://id.ssjlai.com/data/",
"TelpoDataUrl": "https://id.gdssjl.com/data/",
"EtcdServerAddress": "http://192.168.2.121:2379", "EtcdServerAddress": "http://192.168.2.121:2379",
"IotWebApiUrl": "http://id.ssjlai.com/webapi/api/"
"IotWebApiUrl": "http://id.gdssjl.com/webapi/api/"
}, },
"BoodPressResolverConfig": { "BoodPressResolverConfig": {
"EnableBPRefPush": true "EnableBPRefPush": true


+ 2
- 2
HealthMonitor.WebApi/appsettings.production.json View File

@@ -22,9 +22,9 @@
"IdleTimeout": 20000 "IdleTimeout": 20000
}, },
"ServiceConfig": { "ServiceConfig": {
"TelpoDataUrl": "https://ai.ssjlai.com/data/",
"TelpoDataUrl": "https://ai.gdssjl.com/data/",
"EtcdServerAddress": "http://172.19.42.40:2379", "EtcdServerAddress": "http://172.19.42.40:2379",
"IotWebApiUrl": "http://ai.ssjlai.com/webapi/api/"
"IotWebApiUrl": "http://ai.gdssjl.com/webapi/api/"
}, },
"BoodPressResolverConfig": { "BoodPressResolverConfig": {
"EnableBPRefPush": true "EnableBPRefPush": true


+ 2
- 2
HealthMonitor.WebApi/appsettings.test.json View File

@@ -30,9 +30,9 @@
"IdleTimeout": 20000 "IdleTimeout": 20000
}, },
"ServiceConfig": { "ServiceConfig": {
"TelpoDataUrl": "https://id.ssjlai.com/data/",
"TelpoDataUrl": "https://id.gdssjl.com/data/",
"EtcdServerAddress": "http://172.19.42.44:2379", "EtcdServerAddress": "http://172.19.42.44:2379",
"IotWebApiUrl": "http://id.ssjlai.com/webapi/api/"
"IotWebApiUrl": "http://id.gdssjl.com/webapi/api/"
}, },
"BoodPressResolverConfig": { "BoodPressResolverConfig": {
"EnableBPRefPush": true "EnableBPRefPush": true


Loading…
Cancel
Save