about summary refs log tree commit diff
path: root/MiniUtils/Properties/launchSettings.json
blob: a98ac4dc147dd1e7130e9d73c2232edd63205adf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "$schema": "https://json.schemastore.org/launchsettings.json",
  "profiles": {
//    "Development": {
//      "commandName": "Project",
//      "dotnetRunMessages": true,
//      "environmentVariables": {
//        "DOTNET_ENVIRONMENT": "Development"
//      }
//    },
    "Local": {
      "commandName": "Project",
      "dotnetRunMessages": true,
      "environmentVariables": {
        "DOTNET_ENVIRONMENT": "Local"
      }
    }
  }
}