launchSettings.json 556 B

12345678910111213141516171819202122
  1. {
  2. "profiles": {
  3. "http": {
  4. "commandName": "Project",
  5. "dotnetRunMessages": true,
  6. "launchBrowser": false,
  7. "applicationUrl": "http://localhost:5083",
  8. "environmentVariables": {
  9. "ASPNETCORE_ENVIRONMENT": "Development"
  10. }
  11. },
  12. "https": {
  13. "commandName": "Project",
  14. "dotnetRunMessages": true,
  15. "launchBrowser": false,
  16. "applicationUrl": "https://localhost:7144;http://localhost:5083",
  17. "environmentVariables": {
  18. "ASPNETCORE_ENVIRONMENT": "Development"
  19. }
  20. }
  21. }
  22. }