-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathlaunchSettings.json
More file actions
24 lines (24 loc) · 828 Bytes
/
launchSettings.json
File metadata and controls
24 lines (24 loc) · 828 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"profiles": {
"Docker Compose": {
"commandName": "DockerCompose",
"commandVersion": "1.0",
"serviceActions": {
"cesarbmx.cryptowatcher.api": "StartDebugging",
"cesarbmx.ordering.api": "StartDebugging",
"cesarbmx.notification.api": "StartDebugging",
"elasticsearch": "StartWithoutDebugging",
"grafana": "StartWithoutDebugging",
"jaeger-agent": "StartWithoutDebugging",
"jaeger-collector": "StartWithoutDebugging",
"jaeger-query": "StartWithoutDebugging",
"kibana": "StartWithoutDebugging",
"prometheus": "StartWithoutDebugging",
"rabbitmq": "StartWithoutDebugging",
"sql": "StartWithoutDebugging",
"redis": "StartWithoutDebugging",
"redisinsight": "StartWithoutDebugging"
}
}
}
}