SACenter/launchSettings.json

15 lines
325 B
JSON

{
"profiles": {
"Docker Compose": {
"commandName": "DockerCompose",
"commandVersion": "1.0",
"environmentVariables": {
"DOTNET_ENVIRONMENT": "Development"
},
"serviceActions": {
"sa.webapi": "StartDebugging",
"sa.workerservice": "StartDebugging"
}
}
}
}