launchSettings.json 282 B

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