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