launchSettings.json 266 B

1234567891011
  1. {
  2. "$schema": "https://json.schemastore.org/launchsettings.json",
  3. "iisSettings": {
  4. "windowsAuthentication": false,
  5. "anonymousAuthentication": true,
  6. "iisExpress": {
  7. "applicationUrl": "http://localhost:43064",
  8. "sslPort": 44398
  9. }
  10. }
  11. }