16 lines
333 B
JSON
16 lines
333 B
JSON
{
|
|
"profiles": {
|
|
"NucuCar.Sensors": {
|
|
"commandName": "Project",
|
|
"environmentVariables": {
|
|
"DOTNET_ENVIRONMENT": "Production"
|
|
}
|
|
},
|
|
"NucuCar.Sensors.Development": {
|
|
"commandName": "Project",
|
|
"environmentVariables": {
|
|
"DOTNET_ENVIRONMENT": "Development"
|
|
}
|
|
}
|
|
}
|
|
}
|