launchSettings.json 540 B

12345678910111213141516171819202122
  1. {
  2. "iisSettings": {
  3. "windowsAuthentication": false,
  4. "anonymousAuthentication": true,
  5. "iisExpress": {
  6. "applicationUrl": "http://localhost:5001",
  7. "sslPort": 0
  8. }
  9. },
  10. "$schema": "http://json.schemastore.org/launchsettings.json",
  11. "profiles": {
  12. "YiSha.Admin.WebApi": {
  13. "commandName": "Project",
  14. "launchBrowser": true,
  15. "launchUrl": "api-doc",
  16. "environmentVariables": {
  17. "ASPNETCORE_ENVIRONMENT": "Development"
  18. },
  19. "applicationUrl": "http://localhost:5001"
  20. }
  21. }
  22. }