瀏覽代碼

调整

develop
H Vs 7 月之前
父節點
當前提交
3b11c6f10d
共有 4 個檔案被更改,包括 4 行新增7 行删除
  1. +1
    -1
      GpsCardGatewayPosition.Postion/Worker.cs
  2. +1
    -2
      GpsCardGatewayPosition.Postion/appsettings.chaos.json
  3. +1
    -2
      GpsCardGatewayPosition.Postion/appsettings.debug.json
  4. +1
    -2
      GpsCardGatewayPosition.Postion/appsettings.test.json

+ 1
- 1
GpsCardGatewayPosition.Postion/Worker.cs 查看文件

@@ -85,7 +85,7 @@ namespace GpsCardGatewayPosition.Postion
#if DEBUG
csredisWayzCon.Server = "192.168.12.127:8090";
#else
csredisWayzCon.Server = "192.168.12.127:8090";
csredisWayzCon.Server = "172.19.42.56:8090";
#endif
var csredisWayz = new CSRedis.CSRedisClient(csredisWayzCon.ToString());
RedisHelperWayz.Initialization(csredisWayz);


+ 1
- 2
GpsCardGatewayPosition.Postion/appsettings.chaos.json 查看文件

@@ -33,8 +33,7 @@
"UId": "1111649216405698",
"clientId": "gateway_presure_",
"Port": "5671",
"ReconnectSeconds": "10",
"MaxDegreeOfParallelism": "3"
"ReconnectSeconds": "10"
},
"GaodeServices": {
"Items": [


+ 1
- 2
GpsCardGatewayPosition.Postion/appsettings.debug.json 查看文件

@@ -33,8 +33,7 @@
"UId": "1111649216405698",
"clientId": "gateway_v1_",
"Port": "5671",
"ReconnectSeconds": "10",
"MaxDegreeOfParallelism": "3"
"ReconnectSeconds": "10"
},
"GaodeServices": {
"Items": [


+ 1
- 2
GpsCardGatewayPosition.Postion/appsettings.test.json 查看文件

@@ -33,8 +33,7 @@
"UId": "1111649216405698",
"clientId": "gateway_v1_",
"Port": "5671",
"ReconnectSeconds": "10",
"MaxDegreeOfParallelism": "3"
"ReconnectSeconds": "10"
},
"GaodeServices": {
"Items": [


Loading…
取消
儲存