launchSettings.json 334 B

12345678910111213
  1. {
  2. "profiles": {
  3. "Web.Api": {
  4. "commandName": "Project",
  5. "launchBrowser": true,
  6. "environmentVariables": {
  7. "ASPNETCORE_ENVIRONMENT": "Development",
  8. "ASPNETCORE_URLS": ""
  9. },
  10. "applicationUrl": "https://localhost:4000"
  11. }
  12. }
  13. }