You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

launchSettings.json 305 B

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