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