summaryrefslogtreecommitdiffstats
path: root/src/Properties/launchSettings.json
blob: e19510b8af8854ce7d72c105d873e4392c23033f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "$schema": "https://json.schemastore.org/launchsettings.json",
  "profiles": {
    "http": {
      "commandName": "Project",
      "dotnetRunMessages": true,
      "launchBrowser": false,
      "launchUrl": "",
      "applicationUrl": "http://localhost:5033",
      "environmentVariables": {
        "ASPNETCORE_ENVIRONMENT": "Development"
      }
    }
  }
}