From dbee1dad6d87ae9885bd3eaa1d20f7e14830d453 Mon Sep 17 00:00:00 2001 From: Reuben Bond Date: Thu, 23 Feb 2023 08:38:52 -0800 Subject: [PATCH] Add launchSettings.json --- src/launchSettings.json | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 src/launchSettings.json 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