gkj 2 years ago
parent
commit
5946e1127a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      WCS.WorkEngineering/ProtocolProxy.cs

+ 1 - 1
WCS.WorkEngineering/ProtocolProxy.cs

@@ -42,7 +42,7 @@ namespace WCS.Service
                         break;
 
                     case "DebugRedisUrl":
-                        Configs.DebugRedisUrl = redisConnection.Key;
+                        Configs.DebugRedisUrl = redisConnection.ConnectionString;
                         break;
                 }
             }