-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlaunchSettings.json
More file actions
29 lines (29 loc) · 1.11 KB
/
launchSettings.json
File metadata and controls
29 lines (29 loc) · 1.11 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
{
"profiles": {
"Docker Compose": {
"commandName": "DockerCompose",
"commandVersion": "1.0",
"composeLaunchAction": "LaunchBrowser",
"composeLaunchServiceName": "app.services.gateway",
"composeLaunchUrl": "{Scheme}://{ServiceHost}:{ServicePort}/swagger",
"serviceActions": {
"app.services.gateway": "StartDebugging",
"app.services.users": "StartDebugging",
"mongo": "StartWithoutDebugging",
"rabbitmq": "StartWithoutDebugging",
"app.services.authentication": "StartDebugging",
"app.services.billing": "StartDebugging",
"app.services.departments": "StartDebugging",
"app.services.events": "StartDebugging",
"app.services.games": "StartDebugging",
"app.services.orders": "StartDebugging",
"app.services.organizations": "StartDebugging",
"app.services.teams": "StartDebugging",
"app.services.tickets": "StartDebugging",
"app.services.tournaments": "StartDebugging",
"redis": "StartWithoutDebugging",
"app.services.realtimeupdater": "StartDebugging"
}
}
}
}