lottery/WorkerService1/Properties/launchSettings.json
2024-02-02 17:36:06 +03:00

13 lines
270 B
JSON

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