aboutsummaryrefslogtreecommitdiff
path: root/docker/crupest-api/CrupestApi/Properties/launchSettings.json
blob: 01f2a1250a4b5b2457f1e4808b120a43f89e9f3e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "$schema": "https://json.schemastore.org/launchsettings.json",
  "profiles": {
    "dev": {
      "commandName": "Project",
      "dotnetRunMessages": true,
      "applicationUrl": "http://localhost:5188",
      "environmentVariables": {
        "ASPNETCORE_ENVIRONMENT": "Development"
      }
    }
  }
}