launchSettings.json 381 B

123456789101112131415
  1. {
  2. "$schema": "https://json.schemastore.org/launchsettings.json",
  3. "profiles": {
  4. "Hotline.Api": {
  5. "commandName": "Project",
  6. "dotnetRunMessages": true,
  7. "launchBrowser": true,
  8. "launchUrl": "swagger",
  9. "applicationUrl": "http://localhost:50100",
  10. "environmentVariables": {
  11. "ASPNETCORE_ENVIRONMENT": "Development"
  12. }
  13. }
  14. }
  15. }