launchSettings.json 277 B

123456789101112
  1. {
  2. "profiles": {
  3. "TestHttpRequest": {
  4. "commandName": "Project",
  5. "launchBrowser": true,
  6. "environmentVariables": {
  7. "ASPNETCORE_ENVIRONMENT": "Development"
  8. },
  9. "applicationUrl": "https://localhost:56530;http://localhost:56531"
  10. }
  11. }
  12. }