{
  "$schema": "https://json.schemastore.org/launchsettings.json",
  "profiles": {
    "Backend": {
      "commandName": "Project",
      "dotnetRunMessages": true,
      
      "launchUrl": "swagger",
      "applicationUrl": "https://localhost:7087;http://localhost:5031",
      "environmentVariables": {
        "ASPNETCORE_ENVIRONMENT": "Development"
      }
    }
  }
}