dotnet-worker/src/worker/Properties/launchSettings.json

13 lines
280 B
JSON
Raw Normal View History

2025-10-30 12:05:00 -03:00
{
"$schema": "https://json.schemastore.org/launchsettings.json",
"profiles": {
"test.worker": {
"commandName": "Project",
"dotnetRunMessages": true,
"environmentVariables": {
"DOTNET_ENVIRONMENT": "Development"
}
}
}
}