diff --git a/src/launchSettings.json b/src/launchSettings.json new file mode 100644 index 000000000..9cd41054e --- /dev/null +++ b/src/launchSettings.json @@ -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" + } + } + } +} \ No newline at end of file