forked from dotnet-architecture/eShopOnDapr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
launchSettings.json
35 lines (35 loc) · 1.32 KB
/
launchSettings.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"profiles": {
"Docker Compose": {
"commandName": "DockerCompose",
"composeLaunchAction": "LaunchBrowser",
"composeLaunchServiceName": "blazor-client",
"composeLaunchUrl": "{Scheme}://localhost:{ServicePort}",
"commandVersion": "1.0",
"serviceActions": {
"basket-api": "StartDebugging",
"basket-api-dapr": "StartWithoutDebugging",
"blazor-client": "StartDebugging",
"catalog-api": "StartDebugging",
"catalog-api-dapr": "StartWithoutDebugging",
"dapr-placement": "StartWithoutDebugging",
"identity-api": "StartDebugging",
"identity-api-dapr": "StartWithoutDebugging",
"ordering-api": "StartDebugging",
"ordering-api-dapr": "StartWithoutDebugging",
"payment-api": "StartDebugging",
"payment-api-dapr": "StartWithoutDebugging",
"rabbitmq": "StartWithoutDebugging",
"redis": "StartWithoutDebugging",
"seq": "StartWithoutDebugging",
"sqldata": "StartWithoutDebugging",
"webshoppingagg": "StartDebugging",
"webshoppingagg-dapr": "StartWithoutDebugging",
"webshoppingapigw": "StartWithoutDebugging",
"webshoppingapigw-dapr": "StartWithoutDebugging",
"webstatus": "StartWithoutDebugging",
"zipkin": "StartWithoutDebugging"
}
}
}
}