H Vs před 7 měsíci
rodič
revize
3b11c6f10d
4 změnil soubory, kde provedl 4 přidání a 7 odebrání
  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 Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -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 Zobrazit soubor

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


Načítá se…
Zrušit
Uložit