Skip to content
This repository was archived by the owner on Nov 17, 2023. It is now read-only.

Commit dbee1da

Browse files
ReubenBondtjain-ms
authored andcommitted
Add launchSettings.json
1 parent 7a6e07c commit dbee1da

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

src/launchSettings.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"profiles": {
3+
"Docker Compose": {
4+
"commandName": "DockerCompose",
5+
"commandVersion": "1.0",
6+
"serviceActions": {
7+
"basket-api": "StartDebugging",
8+
"basketdata": "StartWithoutDebugging",
9+
"catalog-api": "StartDebugging",
10+
"identity-api": "StartDebugging",
11+
"mobileshoppingagg": "StartDebugging",
12+
"mobileshoppingapigw": "StartWithoutDebugging",
13+
"nosqldata": "StartWithoutDebugging",
14+
"ordering-api": "StartDebugging",
15+
"ordering-backgroundtasks": "StartDebugging",
16+
"ordering-signalrhub": "StartDebugging",
17+
"payment-api": "StartDebugging",
18+
"rabbitmq": "StartWithoutDebugging",
19+
"seq": "StartWithoutDebugging",
20+
"sqldata": "StartWithoutDebugging",
21+
"webhooks-api": "StartDebugging",
22+
"webhooks-client": "StartDebugging",
23+
"webmvc": "StartDebugging",
24+
"webshoppingagg": "StartDebugging",
25+
"webshoppingapigw": "StartWithoutDebugging",
26+
"webspa": "StartDebugging",
27+
"webstatus": "StartDebugging"
28+
}
29+
}
30+
}
31+
}

0 commit comments

Comments
 (0)