dotnet-worker/src/worker/Properties/launchSettings.json
2025-10-30 12:05:00 -03:00

12 lines
280 B
JSON

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