+ setup changin http port for development environment

main
alfonso 3 months ago
parent bb1e1152cd
commit b3b0dd3504
  1. 2
      .vscode/launch.json
  2. 2
      Properties/launchSettings.json
  3. 2
      obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs

@ -18,7 +18,7 @@
"serverReadyAction": { "serverReadyAction": {
"action": "openExternally", "action": "openExternally",
"pattern": "\\bNow listening on:\\s+https?://\\S+", "pattern": "\\bNow listening on:\\s+https?://\\S+",
"uriFormat": "https://localhost:5050/swagger/index.html" "uriFormat": "https://localhost:5041/swagger/index.html"
}, },
"env": { "env": {
"ASPNETCORE_ENVIRONMENT": "Development" "ASPNETCORE_ENVIRONMENT": "Development"

@ -14,7 +14,7 @@
"dotnetRunMessages": true, "dotnetRunMessages": true,
"launchBrowser": true, "launchBrowser": true,
"launchUrl": "swagger", "launchUrl": "swagger",
"applicationUrl": "https://localhost:5050;http://localhost:5001", "applicationUrl": "https://localhost:5041;http://localhost:5040",
"environmentVariables": { "environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development" "ASPNETCORE_ENVIRONMENT": "Development"
} }

@ -1,4 +1,4 @@
// <autogenerated /> // <autogenerated />
using System; using System;
using System.Reflection; using System.Reflection;
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = "")] [assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = ".NET 6.0")]

Loading…
Cancel
Save