qinchaoyue 2 weeks ago
parent
commit
e4cef85d97
2 changed files with 1 additions and 15 deletions
  1. 1 0
      .gitignore
  2. 0 15
      src/Hotline.Api/Properties/launchSettings.json

+ 1 - 0
.gitignore

@@ -348,3 +348,4 @@ healthchecksdb
 /merge_245_test.ps1
 /merge_dev.ps1
 /merge_snapshot_test.ps1
+/src/Hotline.Api/Properties/launchSettings.json

+ 0 - 15
src/Hotline.Api/Properties/launchSettings.json

@@ -1,15 +0,0 @@
-{
-  "$schema": "https://json.schemastore.org/launchsettings.json",
-  "profiles": {
-    "Hotline.Api": {
-      "commandName": "Project",
-      "dotnetRunMessages": true,
-      "launchBrowser": true,
-      "launchUrl": "swagger",
-      "applicationUrl": "http://localhost:50100",
-      "environmentVariables": {
-        "ASPNETCORE_ENVIRONMENT": "Development"
-      }
-    }
-  }
-}