NucuCar/NucuCar.Sensors/Properties/launchSettings.json

18 lines
375 B
JSON
Raw Permalink Normal View History

2019-11-09 13:34:49 +00:00
{
"profiles": {
2020-08-01 13:40:46 +00:00
"NucuCar.Sensors": {
"commandName": "Project",
"environmentVariables": {
"DOTNET_ENVIRONMENT": "Production"
}
},
"NucuCar.Sensors.Development": {
2019-11-09 13:34:49 +00:00
"commandName": "Project",
"environmentVariables": {
"DOTNET_ENVIRONMENT": "Development",
"Telemetry:Publisher": "Console"
2019-11-09 13:34:49 +00:00
}
}
}
}