launchSettings.json 278 B

12345678910111213
  1. {
  2. "profiles": {
  3. "http": {
  4. "commandName": "Project",
  5. "dotnetRunMessages": true,
  6. "launchBrowser": true,
  7. "applicationUrl": "http://localhost:5219",
  8. "environmentVariables": {
  9. "ASPNETCORE_ENVIRONMENT": "Development"
  10. }
  11. }
  12. }
  13. }