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