Quellcode durchsuchen

appsettings.json

tanyang vor 5 Jahren
Ursprung
Commit
a26b767dec
1 geänderte Dateien mit 2 neuen und 1 gelöschten Zeilen
  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/"
   }