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;
                 }
             }