Browse Source

Add launchSettings.json

pull/2064/head
Reuben Bond 1 year ago
committed by Tarun Jain
parent
commit
dbee1dad6d
1 changed files with 31 additions and 0 deletions
  1. +31
    -0
      src/launchSettings.json

+ 31
- 0
src/launchSettings.json View File

@ -0,0 +1,31 @@
{
"profiles": {
"Docker Compose": {
"commandName": "DockerCompose",
"commandVersion": "1.0",
"serviceActions": {
"basket-api": "StartDebugging",
"basketdata": "StartWithoutDebugging",
"catalog-api": "StartDebugging",
"identity-api": "StartDebugging",
"mobileshoppingagg": "StartDebugging",
"mobileshoppingapigw": "StartWithoutDebugging",
"nosqldata": "StartWithoutDebugging",
"ordering-api": "StartDebugging",
"ordering-backgroundtasks": "StartDebugging",
"ordering-signalrhub": "StartDebugging",
"payment-api": "StartDebugging",
"rabbitmq": "StartWithoutDebugging",
"seq": "StartWithoutDebugging",
"sqldata": "StartWithoutDebugging",
"webhooks-api": "StartDebugging",
"webhooks-client": "StartDebugging",
"webmvc": "StartDebugging",
"webshoppingagg": "StartDebugging",
"webshoppingapigw": "StartWithoutDebugging",
"webspa": "StartDebugging",
"webstatus": "StartDebugging"
}
}
}
}

Loading…
Cancel
Save