|
1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- {
- "AllowedHosts": "*",
- "TDengineServiceConfig": {
- "Host": "192.168.2.121",
- "UserName": "root",
- "Password": "taosdata",
- "Token": "cm9vdDp0YW9zZGF0YQ==",
- "Port": 6030,
- "RestPort": 6041,
- "DB": "health_monitor"
- },
- "Redis": {
- //"Server": "172.16.192.26:8090",
- "Server": "47.116.142.20:8090", // 测试环境
- //"Server": "139.224.254.18:8090", // 正式环境
- "Password": "telpo#1234",
- //"Server": "127.0.0.1:6379",
- "DefaultDatabase": 2,
- "Prefix": "_HM_",
- //"DefaultDatabase": 7,
- // "Prefix": "TELPO",
- "Poolsize": 50,
-
- "ConnectTimeout": 5000,
- "IdleTimeout": 20000
- },
- "ServiceConfig": {
- "KafkaServerAddress": "47.116.67.214:9092",
- "TelpoDataUrl": "https://id.gdssjl.com/data/",
- "EtcdServerAddress": "http://192.168.2.121:2379",
- "IotWebApiUrl": "http://id.gdssjl.com/webapi/api/",
- "IotAuth": "http://id.ssjlai.com/auth/identityController",
- "IotCore": "https://id.ssjlai.com/gateway/core/api/v1/open/OpenIot"
- },
- "BoodPressResolverConfig": {
- "EnableBPRefPush": true
- },
- "ConnectionStrings": {
- //"GpsCard_Connection_String": "server=172.16.192.26;port=3304;database=user_operation_platform;uid=root;pwd=telpo#1234;CharSet=utf8;MinimumPoolSize=10;MaximumPoolSize=1000;SslMode=none",
- "GpsCard_Connection_String": "server=139.224.254.18;port=3305;database=gps_card;uid=root;pwd=telpo#1234;CharSet=utf8;MinimumPoolSize=10;MaximumPoolSize=1000;SslMode=none",
- "HealthMonitor_Connection_String": "server=139.224.254.18;port=3305;database=health_monitor;uid=root;pwd=telpo#1234;CharSet=utf8;MinimumPoolSize=10;MaximumPoolSize=1000;SslMode=none"
-
- }
- }
|