Administrator 2 years ago
parent
commit
ee2f8ebdfd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Projects/永冠/WCS.Service/ProtocolProxy.cs

+ 1 - 1
Projects/永冠/WCS.Service/ProtocolProxy.cs

@@ -109,7 +109,7 @@ namespace WCS.Service
         static ProtocolProxy()
         {
             MessagePackSerializer.DefaultOptions = StandardResolver.Options.WithCompression(MessagePackCompression.Lz4Block);
-            Redis = new RedisClient("212.64.66.35,database=11");
+            Redis = new RedisClient("212.64.66.35,password=Aa123456,database=11");
             WMS120Redis = new RedisClient("192.168.249.120,password=123456,database=0");
             Redis.Serialize = obj =>
             {