gkj 2 年之前
父节点
当前提交
5946e1127a
共有 1 个文件被更改,包括 1 次插入1 次删除
  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;
                 }
             }