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