Add launchSettings.json

This commit is contained in:
Reuben Bond 2023-02-23 08:38:52 -08:00 committed by Tarun Jain
parent 7a6e07cb64
commit dbee1dad6d

31
src/launchSettings.json Normal file
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"
}
}
}
}