aboutsummaryrefslogtreecommitdiff
path: root/Properties/launchSettings.json
blob: 76b65dad431b123345a7dda872a06e62a4a74255 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  "profiles": {
    "PagerParser": {
      "commandName": "Project",
      "environmentVariables": {
        "ASPNETCORE_ENVIRONMENT": "Development"
      },
      "applicationUrl": "https://localhost:2979;http://localhost:2980"
    }
  }
}