summary refs log tree commit diff
path: root/extra/admin-api/Utilities/ConfigTest/Properties/launchSettings.json
blob: c355f360c23702b20a972eac91408d6010ee1d78 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "$schema": "https://json.schemastore.org/launchsettings.json",
  "profiles": {
    "ConfigTest": {
      "commandName": "Project",
      "dotnetRunMessages": true,
      "environmentVariables": {
        "DOTNET_ENVIRONMENT": "Development"
      }
    }
  }
}