Wave/launchSettings.json

23 lines
497 B
JSON
Raw Permalink Normal View History

{
"profiles": {
"Docker Compose": {
"commandName": "DockerCompose",
"commandVersion": "1.0",
"serviceActions": {
"web": "StartDebugging",
"database": "StartWithoutDebugging",
"mailhog": "DoNotStart",
"redis": "StartWithoutDebugging"
}
},
"SMTP Debugging": {
"commandName": "DockerCompose",
"commandVersion": "1.0",
"composeProfile": {
"includes": [
"smtp-debug"
]
}
}
}
}