-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathlaunchSettings.json
More file actions
37 lines (37 loc) · 1.54 KB
/
launchSettings.json
File metadata and controls
37 lines (37 loc) · 1.54 KB
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
36
37
{
"profiles": {
"Docker Compose": {
"commandName": "DockerCompose",
"commandVersion": "1.0",
"composeLaunchAction": "LaunchBrowser",
"composeLaunchServiceName": "reservation-manager",
"composeLaunchUrl": "http://localhost:5000",
"serviceActions": {
"billing-management": "StartDebugging",
"booking-management": "StartDebugging",
"inventory-management": "StartDebugging",
"reservation-manager": "StartDebugging",
"billing-management-dapr": "StartWithoutDebugging",
"booking-management-dapr": "StartWithoutDebugging",
"reservation-ui": "StartWithoutDebugging",
"dapr-dashboard": "StartWithoutDebugging",
"inventory-management-dapr": "StartWithoutDebugging",
"placement": "StartWithoutDebugging",
"rabbitmq": "StartWithoutDebugging",
"redis": "StartWithoutDebugging",
"reservation-manager-dapr": "StartWithoutDebugging",
"zipkin": "StartWithoutDebugging",
"orchestrationservice": "StartDebugging",
"orchestrationservice-dapr": "StartWithoutDebugging",
"testservice": "StartDebugging",
"testservice-dapr": "StartWithoutDebugging",
"signalr": "StartWithoutDebugging",
"testsubsagacommunicationservice": "StartDebugging",
"testsubsagacommunicationservice-dapr": "StartWithoutDebugging",
"steprecordertestservice": "StartDebugging",
"steprecordertestservice-dapr": "StartWithoutDebugging",
"scheduler": "StartWithoutDebugging"
}
}
}
}