-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlaunchSettings.json
33 lines (33 loc) · 1.18 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
{
"profiles": {
"Docker Compose": {
"commandName": "DockerCompose",
"commandVersion": "1.0",
"composeLaunchAction": "LaunchBrowser",
"composeLaunchServiceName": "webstatus",
"composeLaunchUrl": "{Scheme}://localhost:{ServicePort}",
"serviceActions": {
"basket.api": "StartDebugging",
"basket.db": "StartWithoutDebugging",
"catalog.api": "StartDebugging",
"catalog.db": "StartWithoutDebugging",
"discount.db": "StartWithoutDebugging",
"pgadmin": "StartWithoutDebugging",
"portainer": "StartWithoutDebugging",
"discount.api": "StartDebugging",
"discount.grpc": "StartDebugging",
"order.api": "StartDebugging",
"order.db": "StartWithoutDebugging",
"rabbitmq": "StartWithoutDebugging",
"elasticsearch": "StartWithoutDebugging",
"kibana": "StartWithoutDebugging",
"microrestaurant.aggregator": "StartDebugging",
"mongoclient": "StartWithoutDebugging",
"ocelot.apigateway": "StartDebugging",
"jaeger": "StartWithoutDebugging",
"webstatus": "StartDebugging",
"zipkin": "StartWithoutDebugging"
}
}
}
}