13 lines
280 B
JSON
13 lines
280 B
JSON
|
|
{
|
|||
|
|
"$schema": "https://json.schemastore.org/launchsettings.json",
|
|||
|
|
"profiles": {
|
|||
|
|
"test.worker": {
|
|||
|
|
"commandName": "Project",
|
|||
|
|
"dotnetRunMessages": true,
|
|||
|
|
"environmentVariables": {
|
|||
|
|
"DOTNET_ENVIRONMENT": "Development"
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
}
|