launchSettings.json 283 B

123456789101112
  1. {
  2. "profiles": {
  3. "Core.RabbitMQBus.Common": {
  4. "commandName": "Project",
  5. "launchBrowser": true,
  6. "environmentVariables": {
  7. "ASPNETCORE_ENVIRONMENT": "Development"
  8. },
  9. "applicationUrl": "https://localhost:2237;http://localhost:2238"
  10. }
  11. }
  12. }