launchSettings.json 277 B

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