launchSettings.json 456 B

1234567891011121314151617181920
  1. {
  2. "iisSettings": {
  3. "windowsAuthentication": false,
  4. "anonymousAuthentication": true,
  5. "iisExpress": {
  6. "applicationUrl": "http://localhost:59958",
  7. "sslPort": 44340
  8. }
  9. },
  10. "profiles": {
  11. "Procurement.Host": {
  12. "commandName": "Project",
  13. "launchBrowser": true,
  14. "applicationUrl": "http://localhost:59958",
  15. "environmentVariables": {
  16. "ASPNETCORE_ENVIRONMENT": "Development"
  17. }
  18. }
  19. }
  20. }