aboutsummaryrefslogtreecommitdiff
path: root/src/Costasdev.Busurbano.Backend/Properties/launchSettings.json
blob: 74f9522091508d6c50d81fe8141673a163f77523 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "$schema": "https://json.schemastore.org/launchsettings.json",
  "profiles": {
    "busurbano": {
      "commandName": "Project",
      "dotnetRunMessages": true,
      "applicationUrl": "https://localhost:7240",
      "hotReloadEnabled": true,
      "environmentVariables": {
        "ASPNETCORE_ENVIRONMENT": "Development",
      }
    }
  }
}