gkj 2 năm trước cách đây
mục cha
commit
5946e1127a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;
                 }
             }