Files
parr_api/PARR.Worker/PARR.Worker/Properties/launchSettings.json
Mikhail Kuznetsov e465932222 cicd
2023-06-01 16:42:44 +10:00

14 lines
252 B
JSON

{
"profiles": {
"PARR.Worker": {
"commandName": "Project",
"environmentVariables": {
"DOTNET_ENVIRONMENT": "Development"
},
"dotnetRunMessages": true
},
"Docker": {
"commandName": "Docker"
}
}
}