ソースを参照

Check-in launchSettings.json files from Middleware (#40695)

William Godbe 4 年 前
コミット
fa65b8f45a

+ 12 - 0
src/Middleware/CORS/test/testassets/CorsMiddlewareWebSite/Properties/launchSettings.json

@@ -0,0 +1,12 @@
+{
+  "profiles": {
+    "CorsMiddlewareWebSite": {
+      "commandName": "Project",
+      "launchBrowser": true,
+      "environmentVariables": {
+        "ASPNETCORE_ENVIRONMENT": "Development"
+      },
+      "applicationUrl": "https://localhost:61226;http://localhost:61227"
+    }
+  }
+}

+ 12 - 0
src/Middleware/Diagnostics/test/testassets/DatabaseErrorPageSample/Properties/launchSettings.json

@@ -0,0 +1,12 @@
+{
+  "profiles": {
+    "DatabaseErrorPageSample": {
+      "commandName": "Project",
+      "launchBrowser": true,
+      "environmentVariables": {
+        "ASPNETCORE_ENVIRONMENT": "Development"
+      },
+      "applicationUrl": "https://localhost:61218;http://localhost:61219"
+    }
+  }
+}

+ 12 - 0
src/Middleware/Diagnostics/test/testassets/DeveloperExceptionPageSample/Properties/launchSettings.json

@@ -0,0 +1,12 @@
+{
+  "profiles": {
+    "DeveloperExceptionPageSample": {
+      "commandName": "Project",
+      "launchBrowser": true,
+      "environmentVariables": {
+        "ASPNETCORE_ENVIRONMENT": "Development"
+      },
+      "applicationUrl": "https://localhost:61228;http://localhost:61229"
+    }
+  }
+}

+ 12 - 0
src/Middleware/Diagnostics/test/testassets/ExceptionHandlerSample/Properties/launchSettings.json

@@ -0,0 +1,12 @@
+{
+  "profiles": {
+    "ExceptionHandlerSample": {
+      "commandName": "Project",
+      "launchBrowser": true,
+      "environmentVariables": {
+        "ASPNETCORE_ENVIRONMENT": "Development"
+      },
+      "applicationUrl": "https://localhost:61220;http://localhost:61221"
+    }
+  }
+}

+ 12 - 0
src/Middleware/Diagnostics/test/testassets/StatusCodePagesSample/Properties/launchSettings.json

@@ -0,0 +1,12 @@
+{
+  "profiles": {
+    "StatusCodePagesSample": {
+      "commandName": "Project",
+      "launchBrowser": true,
+      "environmentVariables": {
+        "ASPNETCORE_ENVIRONMENT": "Development"
+      },
+      "applicationUrl": "https://localhost:61230;http://localhost:61231"
+    }
+  }
+}

+ 12 - 0
src/Middleware/Diagnostics/test/testassets/WelcomePageSample/Properties/launchSettings.json

@@ -0,0 +1,12 @@
+{
+  "profiles": {
+    "WelcomePageSample": {
+      "commandName": "Project",
+      "launchBrowser": true,
+      "environmentVariables": {
+        "ASPNETCORE_ENVIRONMENT": "Development"
+      },
+      "applicationUrl": "https://localhost:61223;http://localhost:61225"
+    }
+  }
+}

+ 12 - 0
src/Middleware/Localization/testassets/LocalizationWebsite/Properties/launchSettings.json

@@ -0,0 +1,12 @@
+{
+  "profiles": {
+    "LocalizationWebsite": {
+      "commandName": "Project",
+      "launchBrowser": true,
+      "environmentVariables": {
+        "ASPNETCORE_ENVIRONMENT": "Development"
+      },
+      "applicationUrl": "https://localhost:61222;http://localhost:61224"
+    }
+  }
+}