forked from masalabs/MASA.EShop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
launchSettings.json
28 lines (28 loc) · 1.16 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
{
"profiles": {
"Docker Compose": {
"commandName": "DockerCompose",
"composeLaunchAction": "LaunchBrowser",
"composeLaunchServiceName": "masa.eshop.web.admin",
"composeLaunchUrl": "{Scheme}://localhost:{ServicePort}",
"commandVersion": "1.0",
"serviceActions": {
"masa.eshop.services.basket": "StartDebugging",
"masa.eshop.services.basket.dapr": "StartWithoutDebugging",
"masa.eshop.services.catalog": "StartDebugging",
"masa.eshop.services.catalog.dapr": "StartWithoutDebugging",
"masa.eshop.services.ordering": "StartDebugging",
"masa.eshop.services.ordering.dapr": "StartWithoutDebugging",
"masa.eshop.services.payment": "StartDebugging",
"masa.eshop.services.payment.dapr": "StartWithoutDebugging",
"masa.eshop.web.admin": "StartDebugging",
"masa.eshop.web.admin.dapr": "StartWithoutDebugging",
"masa.eshop.web.client": "StartDebugging",
"masa.eshop.api.open": "StartDebugging",
"masa.eshop.api.open.dapr": "StartWithoutDebugging",
"redis": "StartWithoutDebugging",
"sqldata": "StartWithoutDebugging"
}
}
}
}