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