eShopOnContainers/src/launchSettings.json
David Fowler 06d5164532
Remove envoy (#2127)
- Just go through the gateway directly
- We'll need to update the mobile version eventually
2023-06-16 10:40:57 -07:00

29 lines
975 B
JSON

{
"profiles": {
"Docker Compose": {
"commandName": "DockerCompose",
"commandVersion": "1.0",
"serviceActions": {
"basket-api": "StartDebugging",
"basketdata": "StartWithoutDebugging",
"catalog-api": "StartDebugging",
"identity-api": "StartDebugging",
"mobileshoppingagg": "StartDebugging",
"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",
"webspa": "StartDebugging",
"webstatus": "StartDebugging"
}
}
}
}