浏览代码

修改端口

lcl 1 年之前
父节点
当前提交
4a4b61bb40
共有 3 个文件被更改,包括 3 次插入3 次删除
  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;",