ソースを参照

调整

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": [


読み込み中…
キャンセル
保存