tanyang 5 anni fa
parent
commit
a26b767dec
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2 1
      Member/SupplierWeb/appsettings.json

+ 2 - 1
Member/SupplierWeb/appsettings.json

@@ -13,7 +13,8 @@
   "MessageMode": 2, //安全模式
   "ConnectionStrings": {
     //"MyConnectionString": "Data Source =192.168.50.30; Initial Catalog = LJHYBZK; Persist Security Info = True; User ID = sa; Password = xq!@#2014;",
-    "MyConnectionString": "Data Source =192.168.20.122; Initial Catalog =MemberData; Persist Security Info = True; User ID =ljhyPortal2016; Password =testliangjian@#!)2016",
+    //"MyConnectionString": "Data Source =192.168.20.122; Initial Catalog =MemberData; Persist Security Info = True; User ID =ljhyPortal2016; Password =testliangjian@#!)2016",
+    "MyConnectionString": "Data Source =192.168.50.32; Initial Catalog =MemberData; Persist Security Info = True; User ID =sa; Password =saljhy123!@#",
     "AllowedHosts": "*",
     "EsUrl": "http://192.168.50.32:9200/"
   }