19 lines
360 B
JSON
19 lines
360 B
JSON
|
|
{
|
||
|
|
"profiles": {
|
||
|
|
"Development": {
|
||
|
|
"commandName": "Project",
|
||
|
|
"environmentVariables": {
|
||
|
|
"DOTNET_ENVIRONMENT": "Development"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"Staging": {
|
||
|
|
"commandName": "Project",
|
||
|
|
"environmentVariables": {
|
||
|
|
"DOTNET_ENVIRONMENT": "Staging"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"Production": {
|
||
|
|
"commandName": "Project"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|