aboutsummaryrefslogtreecommitdiffstats
path: root/src/Properties/launchSettings.json
blob: 0b6cfb3bf46773d8a562f50a27a64867baa619e4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "profiles": {
    "Default": {
      "commandName": "Project",
      "launchBrowser": false,
      "applicationUrl": "https://0.0.0.0:5002;http://0.0.0.0:5001",
      "environmentVariables": {
        "ASPNETCORE_ENVIRONMENT": "Development"
      }
    }
  }
}