Api/launchSettings.json

12 lines
245 B
JSON
Raw Permalink Normal View History

2023-09-08 12:25:21 +03:30
{
"profiles": {
"Docker Compose": {
"commandName": "DockerCompose",
"commandVersion": "1.0",
"serviceActions": {
"berizco.api": "StartDebugging",
"brizco.identity.api": "StartDebugging"
}
}
}
}