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