NucuCar/NucuCar.Sensors/Properties/launchSettings.json

16 lines
333 B
JSON

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