NucuCar/NucuCar.Sensors/Properties/launchSettings.json

17 lines
375 B
JSON

{
"profiles": {
"NucuCar.Sensors": {
"commandName": "Project",
"environmentVariables": {
"DOTNET_ENVIRONMENT": "Production"
}
},
"NucuCar.Sensors.Development": {
"commandName": "Project",
"environmentVariables": {
"DOTNET_ENVIRONMENT": "Development",
"Telemetry:Publisher": "Console"
}
}
}
}