CbgrPractice/FinalTask/launchSettings.json
2022-09-01 02:07:28 +03:00

18 lines
No EOL
521 B
JSON

{
"profiles": {
"Docker Compose": {
"commandName": "DockerCompose",
"commandVersion": "1.0",
"composeLaunchAction": "LaunchBrowser",
"composeLaunchServiceName": "statswebsite",
"composeLaunchUrl": "{Scheme}://localhost:{ServicePort}",
"serviceActions": {
"mobileapi": "StartDebugging",
"postgres": "StartWithoutDebugging",
"pushapi": "StartDebugging",
"pushsender": "StartDebugging",
"rabbitmq": "StartWithoutDebugging"
}
}
}
}