lcl 2 år sedan
förälder
incheckning
4a4b61bb40
3 ändrade filer med 3 tillägg och 3 borttagningar
  1. 1 1
      Program.cs
  2. 1 1
      Properties/launchSettings.json
  3. 1 1
      appsettings.json

+ 1 - 1
Program.cs

@@ -22,7 +22,7 @@ namespace MySystem
                 .ConfigureWebHostDefaults(webBuilder =>
                 {
                     webBuilder
-                    .UseUrls("http://*:5144")
+                    .UseUrls("http://*:5302")
                     .UseKestrel()
                     .UseContentRoot(Directory.GetCurrentDirectory())
                     .UseIISIntegration()

+ 1 - 1
Properties/launchSettings.json

@@ -21,7 +21,7 @@
       "environmentVariables": {
         "ASPNETCORE_ENVIRONMENT": "Development"
       },
-      "applicationUrl": "http://127.0.0.1:5144"
+      "applicationUrl": "http://127.0.0.1:5302"
     }
   }
 }

+ 1 - 1
appsettings.json

@@ -14,7 +14,7 @@
     "ConnectionStrings": "",
     "WebServiceUrl": "",
     "DbSchemeUrl": "",
-    "Host": "http://test.bs.qrcodeplate.com/",
+    "Host": "http://test.mpadmin.kexiaoshuang.com/",
     "OssHost": "http://oss.qrcodeplate.com",
     "Database": "QrCodePlateMainServer",
     "SqlConnStr": "server=47.109.31.237;port=3306;user=QrCodePlateMainServer;password=ll4DFaALMu9YIooM;database=QrCodePlateMainServer;charset=utf8;",