H Vs 7 mesi fa
parent
commit
3b11c6f10d
4 ha cambiato i file con 4 aggiunte e 7 eliminazioni
  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 Vedi File

@@ -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 Vedi File

@@ -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 Vedi File

@@ -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 Vedi File

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


Loading…
Annulla
Salva