rabbitmq functional
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2020-04-08 02:04:22 +02:00
parent 45eb6f2daa
commit 633311b31b
19 changed files with 531 additions and 165 deletions

View File

@ -12,7 +12,7 @@
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"launchUrl": "weatherforecast",
"launchUrl": "result",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
@ -20,7 +20,7 @@
"OutputServiceTSDB": {
"commandName": "Project",
"launchBrowser": true,
"launchUrl": "weatherforecast",
"launchUrl": "result",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
@ -29,7 +29,7 @@
"Docker": {
"commandName": "Docker",
"launchBrowser": true,
"launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}/weatherforecast",
"launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}/result",
"publishAllPorts": true,
"useSSL": true
}