launchSettings.json 369 B

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